G Guest Jun 22, 2006 #1 I am trying to write either an expression or criteria to omit rows if it either doesn't contain data or along a few characters.
I am trying to write either an expression or criteria to omit rows if it either doesn't contain data or along a few characters.
M MGFoster Jun 22, 2006 #2 Jense097 said: I am trying to write either an expression or criteria to omit rows if it either doesn't contain data or along a few characters. Click to expand... Something like this: SELECT ... FROM ... WHERE some_column IS NOT NULL
Jense097 said: I am trying to write either an expression or criteria to omit rows if it either doesn't contain data or along a few characters. Click to expand... Something like this: SELECT ... FROM ... WHERE some_column IS NOT NULL