0

Is there in SQL something like a global search ?

I would like to perform a LIKE on all tables and all fields.

I am running MariaDB

Sam
  • 1,557
  • 3
  • 26
  • 51
  • Are you trying to find table/column names that match a pattern or are you trying to search the contents of fields? – NickW Aug 11 '21 at 17:14
  • 1
    simple answer is no and the complicated also yes (You need to query information_schema and build a queury for every table/column) – nbk Aug 11 '21 at 17:16

0 Answers0