Hi, how are you??

actually  i'm developing a program in SQLite, and until this moment  i
wouldn't have any problem, but now i have a big one with a huge
difficult in a query.

this query is:

SELECT table.code, table.name
FROM table, table table2
WHERE table.code like table2.code+'%'

really i dont know if i am doing something wrong for sqlite, because
in access my query works very good.

thanks for your help.


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

Reply via email to