I have imported my data ok, as when I run the query
select * from tablename;
all the records are displayed ok. However if I try the query
select * from tablename where columnname = "condition";
I get the message empty set, even though I can see the condition from the first query.
Any suggestions
select * from tablename;
all the records are displayed ok. However if I try the query
select * from tablename where columnname = "condition";
I get the message empty set, even though I can see the condition from the first query.
Any suggestions