I have a table as follows:
id | query -
------------------------------------------------
1 | SELECT COUNT(*) FROM `test`.`user`;
2 | INSERT INTO `test`.`user` (id,name,email)
VALUES ('4','Don','[email protected]');
3 | SELECT COUNT(*) FROM `test`.`data`;
I want to get rows with "test.user" patterns in the query.