Hi, i have a table and i have the query select * from table where col_name is null; it returns some rows now, say i have to implement the same query using the in clause how shold it be done? select * from table where col_name in (null); but it does not return any rows. Can you please suggest some way of doing it? thanks, regards Surabhi
- [GENERAL] IN clause surabhi.ahuja
- Re: [GENERAL] IN clause A. Kretschmer
- Re: [GENERAL] IN clause surabhi.ahuja
- Re: [GENERAL] IN clause Martijn van Oosterhout
- Re: [GENERAL] IN clause Brandon Aiken
- Re: [GENERAL] IN clause Marcus Engene
- Re: [GENERAL] IN clause Jim Nasby
- Re: [GENERAL] IN clau... Martijn van Oosterhout
- Re: [GENERAL] IN clause Alban Hertroys
- Re: [GENERAL] IN clause Richard Broersma Jr
- Re: [GENERAL] IN clause Ragnar