Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql default value

CREATE TABLE products (
    product_no integer,
    name text,
    price numeric DEFAULT 9.99
);
Source by www.postgresql.org #
 
PREVIOUS NEXT
Tagged: #postgresql #default
ADD COMMENT
Topic
Name
8+7 =