From a Sybase Database, how I can get table description ( field names and types)?

前端 未结 12 874
刺人心
刺人心 2020-12-07 11:46

I have access to command line isql and I like to get Meta-Data of all the tables of a given database, possibly in a formatted file. How I can achieve that?

Thanks.

12条回答
  •  悲&欢浪女
    2020-12-07 12:31

    For Sybase ASE, sp_columns table_name will return all the table metadata you are looking for.

提交回复
热议问题