Zgodnie z dokumentacją PostgreSQL, istnieją zarówno komentarze w stylu inline, jak i blokowe.
wbudowany styl:
SELECT 23 AS test -- this is just a test
Blok styl:
/* The following is a very
* non-trivial SQL code */
SELECT 42 AS result
Zgodnie z dokumentacją PostgreSQL, istnieją zarówno komentarze w stylu inline, jak i blokowe.
wbudowany styl:
SELECT 23 AS test -- this is just a test
Blok styl:
/* The following is a very
* non-trivial SQL code */
SELECT 42 AS result