jose isaias cabrera <[EMAIL PROTECTED]>
wrote:
> I have two tables:
>
> CREATE TABLE X
>                     (
>                         login primary key,
>                         Name,
>                         Password,
>                         ...,
>                         ProjOwned
>                     );
>
>
> CREATE TABLE Y
>                     (
>                         login primary key,
>                         Internal,
>                         ...,
>                         Place
>                     );
>
>
> What I would like to do is to create a select statement that will
> bring,
>
> X.Login,X.Name,Y.Internal

Is there some relationship between the two tables? Which rows from each 
do you want to match up, to form a single row in the resultset?

Igor Tandetnik 



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to