No SQL Query results after successful CSV import in mysql using LOAD DATA LOCAL INFILE
问题 I am facing a strange problem after successfully importing the contents of a .csv file in mysql db. The data from the csv file is imported into the db table successfully but no query results are returned if i run any SQL query with a Condition on on the table. I am able to run the query : select * from mst_question but no results are returned if a condition is specified and the condition is met select * from mst_question where qtype='single' The table is having rows where the column qtype