pgsql=# -- Multiline comments
pgsql=# SELECT 'Multi' /* This comment extends across
pgsql*# * numberous lines, and can be
pgsql*# * /*nested safely */
pgsql*# Can you understand
pgsql*# * Now the end*/
pgsql-# || '-test' AS example;
example
------------
Multi-test
(1 row) pgsql=#

最新文章

  1. 替换节点及replaceEach方法
  2. PHP 文件与文件夹的创建和删除操作
  3. ABAP 内表的行列转换-发货通知单-打印到Excel里
  4. python2.7 爬虫_爬取小说盗墓笔记章节及URL并导入MySQL数据库_20161201
  5. 使用MFC提供的Http类下载和上传文件
  6. Java for LeetCode 065 Valid Number
  7. 4、Type fundamentals
  8. HDU 5763 Another Meaning
  9. php之面向对象
  10. ExcelReport源码解析
  11. Java堆栈内存总结
  12. Spring项目定时任务
  13. shell判断进程是否存在
  14. cobbler一键批量安装系统
  15. 剖析servlet injection及源码分析.
  16. windows下nginx的安装及使用(转载)
  17. 使用python调用shell判断当前进程是否存在
  18. .NET 构造DataTable返回多个json值
  19. Study 2 —— 格式化输出
  20. python QT 编程之路

热门文章

  1. beginUpdates和endUpdates
  2. 怎样学法学?——民法学泰斗王利明教授的演讲 z
  3. C++重要知识点小结---3
  4. selenium python (三)鼠标事件
  5. 让IE6IE7IE8支持CSS3属性的8种方法介绍
  6. ASP.NET MVC3细嚼慢咽---(1)网站创建与发布
  7. Epic - Decimal Number
  8. CentOS下安装R
  9. 性能测试-Jmeter
  10. Yii 1 数据库操作 笔记