SQL guru??
SQL guru??
Out of context: Reply #6
- Started
- Last post
- 9 Responses
- trebor0
Try
select * from [tablename] where status=0 AND gid =''
select * from [tablename] where status=0 AND gid like ''
Try
select * from [tablename] where status=0 AND gid =''
select * from [tablename] where status=0 AND gid like ''