Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

timestamp postgres

CREATE TABLE timestamp_demo (
    ts TIMESTAMP, 
    tstz TIMESTAMPTZ
);
Code language: SQL (Structured Query Language) (sql)
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #timestamp #postgres
ADD COMMENT
Topic
Name
9+5 =