rubing Posted May 31, 2008 Share Posted May 31, 2008 I need something very similar to 'IS NOT NULL' in my query. Except I also want to exclude empty strings. SELECT Band, BandSite FROM MusicEvents LEFT JOIN Bands ON Musica_Events.Band = Bands.Band WHERE BandSite IS NOT NULL Quote Link to comment Share on other sites More sharing options...
rubing Posted May 31, 2008 Author Share Posted May 31, 2008 Just found a work around by matching with wildcards (e.g. since i'm retrieving urls - WHERE BandSite LIKE 'http%' ) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.