Re: [GENERAL] Another 7.1 EXECUTE Question

2001-01-05 Thread Tom Lane
Brian Troxell <[EMAIL PROTECTED]> writes: > I'm getting an error when forming SELECT statements using the new 7.1 > EXECUTE command. The error states, simply, that there was an unexpected > SELECT within the EXECUTE command. For no good reason that I can see, the original coding for EXECUTE rejec

[GENERAL] Another 7.1 EXECUTE Question

2001-01-05 Thread Brian Troxell
I'm getting an error when forming SELECT statements using the new 7.1 EXECUTE command. The error states, simply, that there was an unexpected SELECT within the EXECUTE command. Which leads me to ask: can I actually form SELECT statements using EXECUTE, or is there something else I need to be doin