Marco Fretz <[EMAIL PROTECTED]> wrote:
> 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 =
^
Add a comma between the two table names> Thosts.id; > SQL error: no such column: Tsqljobs.host_id > -- D. Richard Hipp <[EMAIL PROTECTED]>

