Monday, November 11, 2019

Query to search content in column of a mysql table

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
SELECT * FROM `mail_user` WHERE `email` LIKE 'atta@attaakwal.com'
Result you will see....

Cheers ... !!!

0 comments: