|<
<
6
>
>|
psql
About the semicolons
select * from t
;
select * from t
: This is SQL
;
: This is
not
SQL, it is syntax required by psql to indicate the end of a statement.
|<
<
6
>
>|