hi , friend , 
"TAB" is a system view in oracle , definitly you can not find it in DB2 or SQLSERVER . desc is a sql plus command . It's not common for all the other database . But you should be able to find the simular syntax , like
in SQLServer , you can use SP_HELP

解决方案 »

  1.   

    I think you shoud try it by yourself,so that you can rember it clearly.
      

  2.   

    select * from tablename
    desc colname
      

  3.   

    每个DBMS产品都有自己的系统视图或表,都有自己特有的命令。
    这些不是通用的。
    最关键的,是要实践。
      

  4.   

    不可以:
    sybase的
    sp_help
    sp_helptext
      

  5.   

    不可以的。
    TAB是ORACLE自己带的表,DESC是ORACLE SQLPLUS中的命令