F
feng2002
Unregistered / Unconfirmed
GUEST, unregistred user!
如何在DELPHI中用SQL语法可以将在ACCESS中筛选过的记录加到一个新表中.
我在Query1的SQL属性中设为:
select name,no,age,salary,intime into staffnew from staffentry where (intime>=00-1-1);
但总提示"select 语句(0)丢失目标字段名"
我在Query1的SQL属性中设为:
select name,no,age,salary,intime into staffnew from staffentry where (intime>=00-1-1);
但总提示"select 语句(0)丢失目标字段名"