LMSouq
database Open

Search text in fields in every table of a MySQL database

RS
RSilva
1 month ago
3 views
Problem Description
I want to search in all fields from all tables of a MySQL database a given string, possibly using syntax as: SELECT * FROM * WHERE * LIKE '%stuff%' Is it possible to do something like this?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base