Replies: 1 comment
-
I think you're misusing the If we assume table `XXX' to be:
then
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Details
Use LIMIT 5 OFFSET 5 however only show 5. It supposed to show 10. Code -> SELECT Name, Continent, Region FROM Country WHERE Continent = 'Europe' ORDER BY Name LIMIT 5 OFFSET 5;
Steps to reproduce
This applies only to bug reports. If this is a feature request, delete this section.
Operating system
Windows 10
SQLiteStudio version
3.4.0
Beta Was this translation helpful? Give feedback.
All reactions