hello

i'm new in sqllite. in mysql you can select from more then 1 table by
listing them in the form statement. but that does not work in sqlite.


sqlite> select * from Tsqljobs Thosts WHERE Tsqljobs.host_id =
Thosts.id;
SQL error: no such column: Tsqljobs.host_id

is there any documentation about this topic?

thanks and kind regards

marco

Reply via email to