[PostgreSQL] GREATER & LEAST
GREATER & LEAST GREATER: returns the greatest value from the list LEAST: returns the least(smallest) value from the list
GREATER & LEAST GREATER: returns the greatest value from the list LEAST: returns the least(smallest) value from the list
OFFSET 몇 번째 행 이후의 데이터를 보고 싶을 때 사용 LIMIT과 함께 사용시 관습적으로 LIMIT 뒤에 사용함
ON DELETE 사용 이유: 참조무결성을 유지 종류 ON DELETE RESTRICT ON DELETE NO ACTION ON DELETE CASCADE 해당 column을 foreign key로...
Custom Git Aliases Adding Aliases Adding Aliases with Arguments
Git Reflog Reflog Reflog References Rescuing Lost Commits