SQL guru??
SQL guru??
Out of context: Reply #1
- Started
- Last post
- 9 Responses
- sparker0
so leave it out? your simplest query would be:
select * from [table] where status='0';
or wildcard the results;
select * from [table] where status like '0%';
so leave it out? your simplest query would be:
select * from [table] where status='0';
or wildcard the results;
select * from [table] where status like '0%';