sybase 数据库查询表的所有字段

qq_38133910 2019-01-03 02:56:36
刚接触sybase不太会,请问sybase怎么查询一个表的所有字段?
...全文
1295 4 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
shurenjob_ 2019-04-13
  • 打赏
  • 举报
回复
another method: -- enter the database use <db_name> go select * from syscolumns where id = object_id('<table_name>') go ps: 现在还有公司用sybase吗,我是专家,可以提供有偿技术支持!! 可以加我公众号 eBookhub.
shurenjob_ 2019-04-13
  • 打赏
  • 举报
回复
-- enter the database use <db_name> go sp_help <table_name> go
启东小白龙 2019-03-04
  • 打赏
  • 举报
回复
刚入门可以看看w3school学习一下,很简单的http://www.w3school.com.cn/
edward_520 2019-01-09
  • 打赏
  • 举报
回复
select * from 加表名

2,598

社区成员

发帖
与我相关
我的任务
社区描述
Sybase相关技术讨论区
社区管理员
  • Sybase社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧