Bug inserting multiple commands into a prepared statement

acergeace

New Member
I'm working with Zend and postgres database, and I want get a result from a sql query that has inside more than one command.What I exactly want is create a table with some data and then ask for these data in a select query all in the same statement.but when it is executed, I got this bug:ERROR: cannot insert multiple commands into a prepared statement I have found a way to solve it inserting "/" before the second command, but it did not work.thanks in advance for help or advices about that!
 
Back
Top