Hello,
I’ve to build some applications where only a part of the table should be shown. So I used Mysql Select Limit. It works fine when I used limit 20, the first 20 records where shown. But when I used an offset limit 20, 40 a database error was thrown. Here is the query
SELECT
RANG,
TEAM,
PUNKTE,
ZEIT,
STATIONEN
FROM
zwischenergebnis
order by rang
limit 20, 999;
I’ve attached the screenshot. I think SC mixed up the query. This query works in a SQL editor. Is there an other solution?
[ATTACH=CONFIG]n76235[/ATTACH]
I hope someone can help.
Thanks in advance
Hans-Uwe Sibilski