请高手赐教.............

解决方案 »

  1.   

    select * from information_schema.statistics where table_schema='库名' and table_name= ='表名' 
      

  2.   

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '='db_dbms_inf' 
    LIMIT 0, 30' at line 1有错误呀
      

  3.   

    语法错误。
    select * from information_schema.statistics where table_schema='库名' and table_name= ='表名' limit 0,30;
      

  4.   

    show index from tablename;