SELECT * FROM users WHERE email LIKE '%harmon%';

Searching records where the email column contains the keyword 'Harmon'...

The number of retrieved records is: 4


ID First Name Last Name Email Active (1=Active, 0=Inactive) Created At
3GeraldHarmongeraldharmon@exmample.com12024-10-20 22:18:35
4CamishaHarmoncamishaharmon@example.com12024-10-20 22:21:42
5LeonHarmonleonharmon@example.com12024-10-20 22:21:42
6MinnieHarmonminnieharmon@example.com02024-10-20 22:48:57

Searched finished!