06-12-2008, 10:33 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
sql statement help
if i wanted to select all columns and to display only the rows that dont contain any data in a specific column how do i do that?
i tried this statement and it doesnt work
Code:
select * from tbl_clone where grp = 'NULL' order by priority
__________________
no signature set
|
|
|
|