摘要: 1--===============由行列转换普通================================== 2--部门姓名工资 3-------------------------------- 4--AJACK20 5--BTom30 6--AJONE80 7--Bpeter30 8-... 阅读全文
posted @ 2010-03-31 14:40 codingspace 阅读(708) 评论(0) 推荐(0)
摘要: 查询数据库里所有表名,字段名的语句 SQL查看所有表名:1、select name from sysobjects where type='U' 2、select * from information_schema.tables 查询表的所有字段名:Select name from sys... 阅读全文
posted @ 2010-03-31 11:48 codingspace 阅读(1392) 评论(0) 推荐(0)