Query to search content in column of a mysql table
Login phpmyadmin,
select the database
select the table, (where u wanna search)
click EditInline
and past this command
Cheers ... !!!
Login phpmyadmin,
select the database
select the table, (where u wanna search)
click EditInline
and past this command
SELECT * FROM `mail_user` WHERE `email` LIKE 'atta@attaakwal.com'Result you will see....
Cheers ... !!!
0 comments:
Post a Comment