Postgresql

tycode·2021년 8월 16일
0

TIL

목록 보기
29/30

postgres(# : 소괄호 열려있다는 뜻 ) 닫아주면됨
기타: postgres'#, postgres"#, postgres$#
postgres=> : superuser가 아닐 경우 뜸.

dictionary안에 있는 내용은 전부 "" (쌍따옴표)로 닫아줘야한다.
그리고 해당 column이 문자열 또는 json, array일 경우 ''로 감싸줘야함.

TimeStamp 입력방법
INSERT INTO 테이블이름 (칼럼1,칼럼2)
VALUES ('value', current_timestamp);

0개의 댓글