- 論壇徽章:
- 1
|
通過如下語句,能找出四行為空的記錄,詳情如下:
select sypxx01,
sypph01,
(select sgfdw01 from yygla10 where sypjy01 = yygla11.sypjy01) as sypkw01,
0 as nypkc01,
Sjymx03 as SYPPH02,
Djymx07 as dypph03,
Njymx06 as nypph04
from yygla11
where sypjy01 like 'BK%'
and sypxx01 > '0'
and sypph01 > '0'
order by sypkw01 desc
通過如下語句:select * from yygla10 where sgfdw01 is null
卻找不到任何數(shù)據(jù)。詳情如下:
01.JPG (76.12 KB, 下載次數(shù): 47)
下載附件
2012-07-23 14:04 上傳
誰能告訴我,這是什么原因呢,要如何調(diào)整,才能顯示sypkw01的數(shù)據(jù)。 |
-
02.JPG
(17.28 KB, 下載次數(shù): 48)
下載附件
2012-07-23 14:04 上傳
|