|
679 | 679 | <delimiter query="||"/>
|
680 | 680 | <limit query="LIMIT %d %d" query2="LIMIT %d OFFSET %d"/>
|
681 | 681 | <limitregexp query="\s+LIMIT\s+([\d]+)\s*\,\s*([\d]+)" query2="\s+LIMIT\s+([\d]+)"/>
|
682 |
| - <limitgroupstart query="1"/> |
683 |
| - <limitgroupstop query="2"/> |
| 682 | + <limitgroupstart query="2"/> |
| 683 | + <limitgroupstop query="1"/> |
684 | 684 | <limitstring query=" LIMIT "/>
|
685 | 685 | <order query="ORDER BY %s ASC"/>
|
686 | 686 | <count query="COUNT(%s)"/>
|
|
875 | 875 | <delimiter query="||"/>
|
876 | 876 | <limit query="LIMIT %d OFFSET %d"/>
|
877 | 877 | <limitregexp query="\s+LIMIT\s+([\d]+)\s*OFFSET\s*([\d]+)" query2="\s+LIMIT\s+([\d]+)"/>
|
878 |
| - <limitgroupstart query="1"/> |
879 |
| - <limitgroupstop query="2"/> |
| 878 | + <limitgroupstart query="2"/> |
| 879 | + <limitgroupstop query="1"/> |
880 | 880 | <limitstring query=" LIMIT "/>
|
881 | 881 | <order query="ORDER BY %s ASC"/>
|
882 | 882 | <count query="COUNT(%s)"/>
|
|
940 | 940 | <delimiter query="||"/>
|
941 | 941 | <limit query="OFFSET %d ROWS FETCH FIRST %d ROWS ONLY"/>
|
942 | 942 | <limitregexp query="OFFSET\s+([\d]+)\s+ROWS\s+FETCH\s+FIRST\s+([\d]+)\s+ROWS\s+ONLY"/>
|
943 |
| - <limitgroupstart query="2"/> |
944 |
| - <limitgroupstop query="1"/> |
| 943 | + <limitgroupstart query="1"/> |
| 944 | + <limitgroupstop query="2"/> |
945 | 945 | <limitstring/>
|
946 | 946 | <order query="ORDER BY %s ASC"/>
|
947 | 947 | <count query="COUNT(%s)"/>
|
|
0 commit comments