select gztzid,
gztztt,
gztzbt,
gztznr,
fslxmc,
decode(fsfs, '0', 'ÎÞÐè»Ø¸´', '1', 'ÐèÒª»Ø¸´') fsfs,
fssx,
mjmc,
fsr,
qfr,
fstzsj,
xjtzsj,
tzztdm
from t_zs_gztz
where gztzid ='3'
*********************************************************************
select distinct gztzid,gztzbt,gztztt,fsfs,fssx,tzztdm,tt
from (select distinct t.gztzid, t.gztzbt, t.gztztt, t.fsfs, t.fssx, t.tzztdm, w.hfdwdm,
decode(t.tzztdm,0,'´ý·¢ËÍ',1,decode(w.hfdwdm,'','δ»Ø¸´','Òѻظ´')) tt
from t_zs_gztz t, t_Zs_Gztzhf w
where t.gztzid = w.gztzid(+))
select * from t_Zs_Gztzhf t where t.gztzid='1'
select distinct gztzid,gztzbt,gztztt,fsfs,fssx,tzztdm,tt
from (select distinct t.gztzid, t.gztzbt, t.gztztt, t.fsfs, t.fssx, t.tzztdm, w.hfdwdm,
decode(w.hfdwdm,'','δ»Ø¸´','Òѻظ´') as tt
from t_zs_gztz t, t_Zs_Gztzhf w
where t.gztzid = w.gztzid(+) and t.tzztdm='1') where tt='Òѻظ´'
select distinct gztzid,gztzbt,gztztt,fsfs,fssx,tzztdm,tt
from (select distinct t.gztzid, t.gztzbt, t.gztztt, t.fsfs, t.fssx, t.tzztdm, w.hfdwdm,
decode(t.tzztdm,0,'´ý·¢ËÍ',1,decode(w.hfdwdm,'','δ»Ø¸´','Òѻظ´')) as tt
from t_zs_gztz t, t_Zs_Gztzhf w
where t.gztzid = w.gztzid(+)) where tt='´ý·¢ËÍ'
select distinct gztzid,gztzbt,gztztt,fsfs,fssx,tzztdm,tt
from (select distinct t.gztzid, t.gztzbt, t.gztztt, t.fsfs, t.fssx, t.tzztdm, w.hfdwdm,
decode(t.tzztdm,0,'´ý·¢ËÍ',1,decode(w.hfdwdm,'','δ»Ø¸´','Òѻظ´')) as tt
from t_zs_gztz t, t_Zs_Gztzhf w
where t.gztzid = w.gztzid(+) ) order by fssx desc
select distinct gztzid,gztzbt,gztztt,fsfs,fssx,tzztdm,tt
fr
1. SQLÓÅ»¯µÄÔÔòÊÇ£º
½«Ò»´Î²Ù×÷ÐèÒª¶ÁÈ¡µÄBLOCKÊý¼õµ½×îµÍ,¼´ÔÚ×î¶ÌµÄʱ¼ä´ïµ½×î´óµÄÊý¾ÝÍÌÍÂÁ¿¡£
µ÷Õû²»Á¼SQLͨ³£¿ÉÒÔ´ÓÒÔϼ¸µãÇÐÈ룺
¼ì²é²»Á¼µÄSQL£¬¿¼ÂÇÆäд·¨ÊÇ·ñ»¹ÓпÉÓÅ»¯ÄÚÈÝ
¼ì²é×Ó²éѯ ¿¼ÂÇSQL×Ó²éѯÊÇ·ñ¿ÉÒÔÓüòµ¥Á¬½Óµ ......