J
James Gralton
Hi,
I have the following SQL statment and am trying to create an inner join
accross 3 tables. Can anyone let me know what I am doing wrong as I am
getting a You have an error in your SQL syntax error.
Thank you
James Gralton
SELECT
Model.ShortNameDescription,ExtendedBN.ShortNameDescription,ExtendedNode.ShortNameDescription
FROM Model
INNER JOIN ExtendedBN ON Model.ModelID=ExtendedBN.ConnModelID
INNER JOIN ExtendedNode ON
ExtendedBN.ExtendedBNID=ExtendedNode.ConnExtendedBNID;
I have the following SQL statment and am trying to create an inner join
accross 3 tables. Can anyone let me know what I am doing wrong as I am
getting a You have an error in your SQL syntax error.
Thank you
James Gralton
SELECT
Model.ShortNameDescription,ExtendedBN.ShortNameDescription,ExtendedNode.ShortNameDescription
FROM Model
INNER JOIN ExtendedBN ON Model.ModelID=ExtendedBN.ConnModelID
INNER JOIN ExtendedNode ON
ExtendedBN.ExtendedBNID=ExtendedNode.ConnExtendedBNID;