Tuesday, January 20, 2009

drupal : count number of tables in database [mysql]

To count the number of tables in mysql database in cutom drupal page.
=======================================================
select count(*) from information_schema.tables where table_schema = 'intr';
=======================================================

No comments:

Post a Comment