Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

delete entries in postgresql

DELETE FROM table
USING another_table
WHERE table.id = another_table.id;
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #delete #entries #postgresql
ADD COMMENT
Topic
Name
3+5 =