D
dfswd
Unregistered / Unconfirmed
GUEST, unregistred user!
有很多表,字段名相同,现要查符合某条件的所有记录,并把他放入新建数据表中:
我用select * into newtable
from tb1,tb2,tb3,tb4…tbn
where col1=某值。 ( 出错!)
我用select * into newtable
from tb1,tb2,tb3,tb4…tbn
where col1=某值。 ( 出错!)