D. Dante Lorenso wrote:
There's an awesome feature that was added to PostgreSQL a while back called RETURNING that allows you to make an INSERT, UPDATE, and DELETE statement behave like a SELECT statement.
...
Does RETURNING exist in any current release of MySQL or is it on the TODO list even? If it's not, how can I go about asking to have it put on there?

For more information on RETURNING for INSERT statements, read a little of this from the PostgreSQL documentation:

  http://www.postgresql.org/docs/8.3/interactive/sql-insert.html

From what I can tell this is unique to PostgreSQL. I really want this functionality in MySQL. Where do I go to ask for it?

-- Dante

----------
D. Dante Lorenso
[EMAIL PROTECTED]


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to