Despite having spent an hour researching I can\'t seem to figure out how to correctly define a variable and then use it in your SQL.
This is what I have so far produ
DEF startDate = to_date('03/11/2011', 'dd/mm/yyyy'); Select &startDate from dual;