Forum Discussion
SmithToronto
Mar 04, 2025Copper Contributor
Search a string like '%ontario%' in ALL the tables of database
Hi, I want to search '%Ontario%'. How i can search the specific string using like command in ALL the tables of the database from one single query. I want to know which table has like 'Ontario'. Thank...
- Mar 05, 2025
That can't be done with a simple SQL statement, you need a somehow more complexe procedure, like
SmithToronto
Mar 05, 2025Copper Contributor
Thanks so much for your help