View Single Post
Old 06-12-2008, 10:33 PM   #1 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default 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
sarmenhb is offline  
Reply With Quote