php - Mysql Select query not fetching data with WHERE clause -
i getting error in mysql query.
mysql returned empty result set (i.e. 0 rows). (query took 0.0000 sec)
my sql query is
"select * `transactions` pan_no = 'admpn2123z'"
data row exists in table.
pan_no
structure varchar 255
no none
your code seems right. please check spaces, variables , database. if use in php code try directly in mysql.
Comments
Post a Comment