I two tables of the form

create table1 (person1 text, person2 text)
create table2 (person text, picture blob)

Is it possible to create a join so I can get a resultant dataset of the form

person1, person1picture, person2, person2picture

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

Reply via email to