Is this the right way to exclude rows with NULL values from the LABKEY.ext.Store ?

LabKey Support Forum (Inactive)
Is this the right way to exclude rows with NULL values from the LABKEY.ext.Store ? Leo Dashevskiy  2012-05-15 13:29
Status: Closed
 
Ok Matt, yeah, thanks, I forgot my SQL basics a little bit and was mislead by my own post, I guess.

WHERE FCSFiles.Keyword."Sample" != ''

works just fine.