J
Joshn
Is there a max number of characters a SQL statement can
have? I have a complicated SQL statement with a nested
query holding an INNER JOIN of a couple of tables, then a
couple more in the main query.
The query executes fine but I need one more field.
Everytime I add an extra field anywhere in the queryset
(from any of the tables) I get an "error in the FROM
clause". The error message resolves once I remove a field,
any field.
Thanks for any help as to what to check out to diagnose
the problem.
Josh
have? I have a complicated SQL statement with a nested
query holding an INNER JOIN of a couple of tables, then a
couple more in the main query.
The query executes fine but I need one more field.
Everytime I add an extra field anywhere in the queryset
(from any of the tables) I get an "error in the FROM
clause". The error message resolves once I remove a field,
any field.
Thanks for any help as to what to check out to diagnose
the problem.
Josh