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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.