S
snstsy
Unregistered / Unconfirmed
GUEST, unregistred user!
select pzmaster.rq,pzdetail.khbh,yszgl.khmc,pzdetail.zy,pzmaster.pzh_id
from pzmaster join pzdetail
on pzmaster.pzh_id=pzdetail.pzh_id
join yszgl on pzdetail.khbh=yszgl.khbh
在SQL EXPLORE中可执行,但DELPHI中我不会写
请问这样的动态SQL语句怎样写
from pzmaster join pzdetail
on pzmaster.pzh_id=pzdetail.pzh_id
join yszgl on pzdetail.khbh=yszgl.khbh
在SQL EXPLORE中可执行,但DELPHI中我不会写
请问这样的动态SQL语句怎样写