Hi, How to make a query if my condition is whether a column of char(50) type contains anything or not.
Thanks, Akos
Your title ("where COLUMN not null") already says it, or "where COLUMN is null" if you want to find rows where COLUMN has no value.