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