Announcement

Collapse
No announcement yet.

SQLite3 Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SQLite3 Problem

    ROW_NUMBER() function is not work
    My sql query:
    Code:
    SELECT ROW_NUMBER() OVER(ORDER BY Id) AS Sira, Id, KatAdi FROM deneme
    Error message: LuaSQL: near "(": syntax error

  • #2
    Help me with how to integrate the new version of sqlite3 dll

    Comment

    Working...
    X