Menu

How may I describe a table ?

Anonymous
2016-11-23
2016-11-23
  • Anonymous

    Anonymous - 2016-11-23

    Hi and thank you so much for this tool.

    Tried to describe a table, any syntax I use doesn't seem to work:
    desc table;
    @desc table;
    describe table;

    How may I describe a table?

     
    • PAscal

      PAscal - 2016-11-23

      You have the definition window
      from Metadata table right click "show definiton"
      or from
      tools / show definition

      you'll get
      a window like shown here

      http://sqleo.sourceforge.net/guide/English_SQLeo_Help.htm#_Toc467091890

       
  • PAscal

    PAscal - 2016-11-23

    with MySQL,
    SHOW syntax is also supported, in command editor

    https://dev.mysql.com/doc/refman/5.7/en/show.html

     

Anonymous
Anonymous

Add attachments
Cancel