sql parser problem
6 posts
• Page 1 of 1
Re: sql parser problemLooks like you don't have a table called "Personal" in your database.
Re: sql parser problem[users]
__sql__ = "select Personal.Personal_ID as userid, SUBSTRING_INDEX(mailbox.username,'@',1) as username from postfix.mailbox, condica.Personal where (LOWER(CONCAT(Personal.prenume,'.',Personal.nume))= LOWER(SUBSTRING_INDEX(mailbox.username,'@',1)) and mailbox.username != '\.') order by username" I have a database called Personal and a table called Personal_ID, but instead of Personal.Personal_ID it searches for virtual_lib.Personal .
Re: sql parser problemVery odd, this sql query worked like a charm before the update, i will try to rewrite it and post back.
Thanks.
Re: sql parser problemPersonal_ID is a very strange name for a table. Are you sure that this is not actually a column, and Personal is not actually a table? The SQL query suggests this... otherwise there's no way it ever ran correctly.
6 posts
• Page 1 of 1
Return to Library DB Discussion Who is onlineUsers browsing this forum: No registered users and 1 guest |