(no title)
wildmXranat | 3 months ago
There never was an unbound "select all rows from some table" without a "fetch first N rows only" or "limit N"
If you knew that this design is rigid, why not leverage the query to actually do it ?
What am I missing ?
JuniperMesos|3 months ago
Anyway regardless of which language you use to construct a SQL query, you're not obligated to put in a max rows
wildmXranat|3 months ago