I wonder if there is a way to accomplish:
SELECT * FROM table
by using LIMIT
and OFFSET
like so:
SELECT * FROM table LIMIT all OFFSET 0
Can I write SQL statement using LIMIT and OFFSET but still getting ALL result?
* of course I can use an IF
statement but I rather avoid it if possible
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…