Postgres Delete From Where Date Is Greater Than Specific Date

[Solved] Postgres Delete From Where Date Is Greater Than Specific Date | Sql - Code Explorer | yomemimo.com
Question : postgres delete from where date is greater than specific date

Answered by : navid-dezashibi

DELETE FROM table WHERE update_date >= '2021-02-01'::date;

Source : | Last Update : Tue, 09 Feb 21

Answers related to postgres delete from where date is greater than specific date

Code Explorer Popular Question For Sql