Greetings,
I need to limit the results for a templated SQL query and was wondering what are other people doing for this? SQL render does not translate LIMIT which works in Postgre and SQL Server, but of course not in Oracle. Currently I am opting for a nasty hard-coded ‘oracle’ only version of my query, but would like to see if there is a nicer alternative.
Thanks!