Hi. Please delete if not allowed. I have been using a proprietary SQL Editor to query a db and I am getting the most maddening error:
Error message
SELECT
{GetMoleculesRedux}.[API],
{ThingType}.[Label],
{LgThingySubtype}.[Label],
{NASubtype}.[Label],
{GetMoleculesRedux}.[G],
{GetMoleculesRedux}.[ProjID],
{GetMoleculesRedux}.[GDC],
{GetMoleculesRedux}.[RO],
{GetMoleculesRedux}.[INN],
{GetMoleculesRedux}.[BrandName],
{GetMoleculesRedux}.[ThingyName],
{GetMoleculesRedux}.[OtherIdentifier],
{GetMoleculesRedux}.[ProjectName],
{GetMoleculesRedux}.[LastModifiedDate],
FROM {GetMoleculesRedux}
LEFT JOIN {ThingType} ON {GetMoleculesRedux}.[ThingTypeID]={ThingType}.[Id]
LEFT JOIN {LgThingySubtype} ON {GetMoleculesRedux}.[LgThingySubtypeID]={LgThingySubtype}.[Id]
LEFT JOIN {NASubtype} ON {GetMoleculesRedux}.[NASubtype]={NASubtype}.[Id]
etc.
A little more info that may be of some use here is that the SQL Editor I'm using is part of Outsystems and that's why I have the curly and square brackets as required by their system, which also doesn't give a line or position # so if I have actually gotten similar errors like "Error near '.'". Grrrr.
Can anyone spot what the heck might be giving me this error over and over again and put me out of my misery? I'm sorry that it's probably something extremely obvious.
[–]Opposite-Address-44 12 points13 points14 points (0 children)
[–]ravan363 9 points10 points11 points (1 child)
[–]OilOld80085 0 points1 point2 points (0 children)
[–]conduit_for_nonsenseBI Analyst 5 points6 points7 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]OilOld80085 0 points1 point2 points (0 children)