Am Dienstag, 17. Januar 2017, 12:20:52 CET schrieb I. Ivanov:

[...]

> bojo@cheetah:~$ echo "select max(id) from images"  | sqlite3
> ~/.config/darktable/library.db
> Error: incomplete SQL: select max(id) from images

Not sure why sqlite doesn't like the query, let's try it like this (and make 
sure it's all in a single line when pasting to the shell):

echo "select id from images order by id desc limit 1"  | sqlite3 ~/.config/
darktable/library.db

Tobias
[...]

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to