Hi,
I can use postgresql function like: function(‘to_date’, mydate, ‘YYYY-MM-DD’) … works fine.
But I would need to use the postgresql " to_date(‘mydate’,'YYYY-MM-DD) - 1 " to get the day before…
How to realize that in a row_level constraint?
KR
Roland