sybasesqsh

What's the equivalent of "Show Tables" in SQSH


How can I get sqsh to tell me which tables are available?


Solution

  • After some help from this site and some trial and error:

     select table_name from systable
     go
    

    Painfully enough, sp_help doesn't exist in my version.