Good day!
I have a table and would like to apply a code only to 2d row, and all further rows without code.
My current code is below
SELECT *,
(T1.'SC' - "120d")::Date->toLocaleDateString("en-AU") AS 'Verg specials',
FROM T1
when i publish it, all other rows get result invalid date
