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=# 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
相关资源
相似解决方案