摘要: 获取sql 表结构SELECT syscolumns.name,systypes.name,syscolumns.length --,syscolumns.isnullable FROM syscolumns, systypes WHERE syscolumns.xusertype = systyp... 阅读全文
posted @ 2014-09-20 19:17 cnby3 阅读(192) 评论(0) 推荐(0)