Hello people,
 
I do not know if this the right list....I am migrating a very basic application 
from an older mysql version 4.1.9-standard to a new mysql version 5.0.45  
{RedHat default package}. I have migrated DB data from one to the other and all 
data seems to be there including the structure....My problem is that I run a 
query like this :
 
SELECT x.application_name, y.role_name  FROM application x, role y  JOIN 
logical_app_role_link l  ON x.application_id = l.application_id AND y.role_id = 
l.role_id  WHERE l.logical_id = 15;

It works for the old mysql version but for the new mysql version I receive the 
following error :
 
ERROR 1054 (42S22): Unknown column 'x.application_id' in 'on clause'

and I am sure that application_id exists in table application.
 
Thanks
konrad
--------------------------------------------------------------------

Les informations contenues dans ce message et/ou ses annexes sont 
reservees a l'attention et a l'utilisation de leur destinataire et peuvent etre 
confidentielles. Si vous n'etes pas destinataire de ce message, vous etes 
informes que vous l'avez recu par erreur et que toute utilisation en est 
interdite. Dans ce cas, vous etes pries de le detruire et d'en informer la 
Banque Europeenne d'Investissement.

The information in this message and/or attachments is intended solely for 
the attention and use of the named addressee and may be confidential. If 
you are not the intended recipient, you are hereby notified that you have 
received this transmittal in error and that any use of it is prohibited. In 
such a case please delete this message and kindly notify the European 
Investment Bank accordingly.
--------------------------------------------------------------------
 

Reply via email to