Forums
This topic is locked
Simple stuipd SQL question !
Replies
Replied 17 Aug 2001 02:44:30
17 Aug 2001 02:44:30 Owen Eastwick replied:
Try this:
SELECT *
FROM YourTable
WHERE YourTable.MyFieldNane IS Null
Regards
Owen.
Edited by - oeastwick on 08/17/2001 02:48:10
SELECT *
FROM YourTable
WHERE YourTable.MyFieldNane IS Null
Regards
Owen.
Edited by - oeastwick on 08/17/2001 02:48:10
Replied 17 Aug 2001 08:24:30
17 Aug 2001 08:24:30 e site replied:
All right oeastwick !!
thanx very much
e_site
thanx very much
e_site