Hi all
Does anyone know how to subtract the day of the week (in numbers)
from the current date
i tried
....(current_da te + (SELECT EXTRACT(DOW FROM current_timesta mp)))
but got stupid syntax errors?
Does anyone know how to subtract the day of the week (in numbers)
from the current date
i tried
....(current_da te + (SELECT EXTRACT(DOW FROM current_timesta mp)))
but got stupid syntax errors?
Comment