Help for this page

Select Code to Download


  1. or download this
    SELECT table_name FROM INFORMATION_SCHEMA.TABLES
    WHERE table_schema = 'db_name'
    
  2. or download this
    $sql = join ' UNION ', map "SELECT ID, Name, Class, Mark, $_  table_na
    +me from $_", @tables;