| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Bostjan Skufca (at) domenca.si | Date: | March 3 2004 4:59pm |
| Subject: | Re: LIKE % not including NULL values? | ||
| View as plain text | |||
seems like gotcha :)) use: SELECT * FROM testdb WHERE col1 LIKE '%' OR col1 IS NULL; On Wednesday 03 of March 2004 16:41, Jonas Lindén wrote: > Hello list > > SELECT * FROM testdb WHERE col1 LIKE '%' > > The above SELECT statement doesnt return columns with NULL values. Should > it? ;). Should I approce the problem in another direction? > > Regards > /Jonas -- Z lepimi pozdravi, Bostjan Skufca sistemski administrator Domenca d.o.o. Tel: +386 4 5835444 Fax: +386 4 5831999 http://www.domenca.si
| Thread | ||
|---|---|---|
| • LIKE % not including NULL values? | Jonas Lindén | 3 Mar |
| • Re: LIKE % not including NULL values? | at) domenca.si | 3 Mar |
| • Re: LIKE % not including NULL values? | Egor Egorov | 3 Mar |
| • Re: LIKE % not including NULL values? | vpendleton | 3 Mar |
| • Re: LIKE % not including NULL values? | Jonas Lindén | 4 Mar |
