select a.name, b.name from syscolumns a, sysobjects b where a.name = 'XXXX' and a.id = b.id and b.xtype = 'u'

最新文章

  1. css 之 1.基本语法规范
  2. Jquery学习笔记---闭包
  3. Uva10474 - Where is the Marble?
  4. 【Zookeeper学习】Zookeeper-3.4.6安装部署
  5. JAVA_java关联源码
  6. C++ Vector
  7. linux下一个oracle11G DG建立(一个):准备环境
  8. C++套接字类CxUdpSocket的设计
  9. Thrift源码解析--transport
  10. 学习笔记——享元模式Flyweight
  11. 80端口被NT kernel & System 占用
  12. pm2部署nodejs项目
  13. DocumentFragment对象
  14. Java中的super()使用注意
  15. Scrum与看板区别
  16. Tinkoff Challenge - Final Round (Codeforces Round #414, rated, Div. 1 + Div. 2) 【ABC】
  17. python实现模拟登录
  18. 【转载】ZooKeeper学习第二期--ZooKeeper安装配置
  19. Go Example--Hello
  20. python代码实现经典排序算法

热门文章

  1. 查看Sql语句执行速度
  2. QTableWidget简单操作
  3. canvas-js贝塞尔曲代码在线生成工具
  4. Jasper_passValue_return value from the subreport to main report
  5. Shell脚本调试技术
  6. oracle starup报错
  7. 图片以BLOB存储在后台数据库中,Android客户端要进行读取显示
  8. Linux上的设备管理器
  9. 字符串转换为float<2>
  10. 转:helloworld:一个完整的WCF案例