![]() |
#2
gupiao1752010-11-26 00:21
|
想问一下 如果我两个表查询关联数据如下 a表里面还有其他数据
select a.id,b.id,b.vest_m from SK_customer as a, zhkz as b where a.id=b.id and b.vest_m ="&session("sk_mclass")&" order by time desc;
现在我 a表只定义了 a.id 那么a表的其他信息在后续能提取出来吗?
还是 定义那些就只能设计查询并应用到那些数据。???