I have a query in mysql.
SELECT * FROM tblName WHERE colName = "name";
However, no records are selected. I checked the table and there are fields that matched the condition. By the way, the records are inserted by a stored procedure. When I tried to edit some records (colName column), the edited records are selected. colName has a datatype varchar