Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

strict in postgres SQL

If the STRICT option is specified, the query must return exactly one row or a run-time error will be reported, either NO_DATA_FOUND (no rows) or TOO_MANY_ROWS (more than one row).
Source by www.postgresql.org #
 
PREVIOUS NEXT
Tagged: #strict #postgres #SQL
ADD COMMENT
Topic
Name
1+6 =