I'm using vtiger CRM, I used this query to find which tables contain account so that I can understand the relationship among them.
SELECT * FROM information_schema.tables
WHERE table_name LIKE '%account%'
Saturday, January 9, 2010
List all tables contain 'account'
at 12:42 AM
Labels: MySQL, MySQL Query, vtigerCRM
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment