Delete a row based on a full date yyyy-mm-dd using delete and where

Viewed 38

How to delete a row in Postgresql

1 Answers

It looks like you generated the &A2& with excel. If that is the case you want excel to do the formatting:

=TEXT(A2;"YYYY-MM-DD") .

If not you probably need to cast the date explicitly to a date

Related