I will admit that I am not very familiar with VFP, but I need to pull all rows from a table that have no date or time in a specific column. I have tried everything I can think of, however, I don't think I know the correct syntax and commands. When I look at the table the column with no value shows " / / : : AM"
I have gotten some sql commands to work such as:
SELECT * FROM table_name
and
SELECT * FROM table_name WHERE column_name = null (this only returns a blank query for me)
Please help!
Thank you in advance.
I have gotten some sql commands to work such as:
SELECT * FROM table_name
and
SELECT * FROM table_name WHERE column_name = null (this only returns a blank query for me)
Please help!
Thank you in advance.