alliedmodders / amxmodx

AMX Mod X - Half-Life 1 Scripting and Administration
http://www.amxmodx.org/
489 stars 197 forks source link

Can't use "OFFSET" and "FETCH" in query #1048

Closed lexzor closed 2 years ago

lexzor commented 2 years ago

Can't create queries with offset and fetch:

formatex(szQuery, charsmax(szQuery), "SELECT * FROM%sORDER BYpointsDESC OFFSET 10 ROWS FETCH NEXT 15 ROWS ONLY", TABLE_NAME);