I'm trying to create a validation on create and update of an interactive editable grid in Oracle Apex 5.1. I right click the effective_start_date
column and then choose Create Validation. From here I then set Type to Rows Returned with the idea of doing a select where there are other rows for the same date range as the current row being created or updated.
To test I just entered select 1 from dual
which I was thinking would then always error, but when I make changes I never get an error. Where am I going wrong and is this even possible in this manner?