想问一下 如果我两个表查询关联数据如下 a表里面还有其他数据
select a.id,b.id,b.vest_m from SK_customer as a, zhkz as b wherea.id=b.idand b.vest_m ="&session("sk_mclass")&" order by time desc;
现在我 a表只定义了 a.id 那么a表的其他信息在后续能提取出来吗?
还是 定义那些就只能设计查询并应用到那些数据。???
select a.id,b.id,b.vest_m from SK_customer a, zhkz b wherea.id=b.idand b.vest_m ="&session("sk_mclass")&" order by time desc;
time如果是某一个表独有的,就可以这么写!如果两个表都有time字段,请指明所属表