SELECT '?', ? from "?" where ? = $_$?$_$;


Oracle has bound variables, but you can't use a bind variable for a
table or field in the sql statement.

And I'm not using them for pgsql in the statement above.

My point was that the parser should ignore '?', "?" and $_$?$_$ which are the three ways of quoting in PostgreSQL.

Chris

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to