Published in: SQL
|
|
|
Get a list of all the user tables.
Expand |
Embed | Plain Text
SELECT table_name, comments FROM dictionary WHERE table_name LIKE 'user_%' ORDER BY table_name;
You need to login to post a comment.
