Help for this page

Select Code to Download


  1. or download this
    SELECT table_name FROM information_schema.tables;
    
  2. or download this
    SELECT column_name FROM information_schema.columns WHERE table_schema 
    += 'your_database' AND table_name = 'your_table';