08-29-2020, 01:55 PM
The screenshot is a lot clearer on the error, it is the single-quote before SELECT causing problem.
Try run the SQL query on interactive shell, like this:
Do not type <ENTER>, just press Enter on the keyboard.
- Rufas
Try run the SQL query on interactive shell, like this:
Code:
F:\sqlite-tools-win32-x86-3330000>sqlite3 Himekoi<ENTER>
sqlite>SELECT writefile(filepath,filedata) FROM fileinfo;<ENTER>
sqlite>.exit<ENTER>
Do not type <ENTER>, just press Enter on the keyboard.
- Rufas