Search Results

0
votes

Combining split date ranges in a SQL query

If the min()/max() solutions are not good enough (e.g. if the dates are not contiguous and you want to group separate date ranges separately), I wonder if something using Oracle's START WITH and CO …
0
votes

Better languages than SQL for stored procedures

There is also some support for writing Oracle stored procedures in Perl. …