PostgreSQL
 sql >> Database >  >> RDS >> PostgreSQL

Commenta personaggio/caratteri in postgres / postgresql / psql?

Secondo la documentazione di PostgreSQL, ci sono sia i commenti di stile inline che quelli di blocco.

Il in linea stile:

SELECT 23 AS test  -- this is just a test

Il blocco stile:

/* The following is a very
 * non-trivial SQL code */
SELECT 42 AS result