| List: | General Discussion | « Previous MessageNext Message » | |
| From: | <vpendleton | Date: | March 3 2004 5:14pm |
| Subject: | Re: LIKE % not including NULL values? | ||
| View as plain text | |||
If you want all values why not just do SELECT * FROM testdb ... The `%` will not match NULL values. >>>>>>>>>>>>>>>>>> Original Message > <<<<<<<<<<<<<<<<<< On 3/3/04, 9:41:22 AM, "Jonas Lindén" <jonas.linden@stripped> wrote regarding LIKE % not including NULL values?: > 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
| 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 |
