Menurut dokumentasi PostgreSQL, ada komentar gaya sebaris dan blok.
sebaris gaya:
SELECT 23 AS test -- this is just a test
Blok gaya:
/* The following is a very
* non-trivial SQL code */
SELECT 42 AS result
Menurut dokumentasi PostgreSQL, ada komentar gaya sebaris dan blok.
sebaris gaya:
SELECT 23 AS test -- this is just a test
Blok gaya:
/* The following is a very
* non-trivial SQL code */
SELECT 42 AS result