I'm new to this so go easy on me. I am trying to show 1 data entry with a value = to
but I am unable to find it. IF I select all then it shows up.
show database;
use test;
show tables;
select * from test where 'License Number' = 5286;
I'm getting a 0 row return BUT if I just run
Select * from test;
it shows everything.