There must be an easy answer to this one! Can somebody please tell me how I can get around this problem:
I'm simply trying to perform the following select stmt:
Select PONO,LINENO,MATNO from bbpoline
And I get the following error:
Incorrect syntax near the keyword 'LINENO'.
LINENO is a function (turns blue in the stmt) so i'm sure this is the problem but how do I get around it?
Thanks for any help you can give me.
Jack.
I'm simply trying to perform the following select stmt:
Select PONO,LINENO,MATNO from bbpoline
And I get the following error:
Incorrect syntax near the keyword 'LINENO'.
LINENO is a function (turns blue in the stmt) so i'm sure this is the problem but how do I get around it?
Thanks for any help you can give me.
Jack.