创建好了一个表,怎么用语句查看数据表是否成功,用语句怎么实现的?求大神讲解

解决方案 »

  1.   

    查看是成功是什么意思?你执行语句没报错,不就是成功了?如果想看表的详细信息,那就show table status like '表名'
      

  2.   

    show table status like tb_empl;
    [Err] 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 'tb_empl' at line 12
     这样子还是报错啊,我就是想查看用sql语句来查看已经创好了的表,就是不知道用mysql怎么弄。
    我使用了这个sql语句:mysql>show tables;还是报一样的错误
      

  3.   

    desc tb_empl