Hi,
I am new to mysql.I am having a database with field apl_name of type text.
In it i am having some data like
d:\dda\dmm.exe for 5 records.
I want to conut that records for name=\'david\' which name is an another field of the same table.
when i tried query like
SELECT count(*) as zz FROM dummy1 where name=\'david\' and appl_name=\'d:\dda\dmm.exe\'\";
it is giving 0.
But the fact is in the data base i am having 4 records.
Please help me in solving this.
thanks in advance
dinu