esp32_arduino_sqlite3_lib icon indicating copy to clipboard operation
esp32_arduino_sqlite3_lib copied to clipboard

Delete Limit issue "parser stack overflow"

Open 41linea45 opened this issue 2 years ago • 1 comments

DELETE FROM HISTORYWHERE ID IN (SELECT ID FROM HISTORY WHERE ID LIMIT 1 ) SQL error: parser stack overflow Time taken:2444

Hello, Firstly thank you for amazing library.

I tried delete and limit in sql. it gives error. Normally, this sql command works in sqlite studio. How can i use delete and limit in sql command? Thanks for advance.

41linea45 avatar Jul 16 '23 07:07 41linea45