< o Allow an alias to be provided for the target table in
< UPDATE/DELETE
<
< This is not SQL-spec but many DBMSs allow it.
<
> o -Allow an alias to be provided for the target table in
> UPDATE/DELETE (Neil)
PostgreSQL TODO List
====================
-Last updated: Wed Jan 18 09:19:56 EST 2006
+Last updated: Sun Jan 22 21:59:28 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* UPDATE
o Allow UPDATE to handle complex aggregates [update]?
- o Allow an alias to be provided for the target table in
- UPDATE/DELETE
-
- This is not SQL-spec but many DBMSs allow it.
-
+ o -Allow an alias to be provided for the target table in
+ UPDATE/DELETE (Neil)
o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
columns
-Last updated: Wed Jan 18 09:19:56 EST 2006
+Last updated: Sun Jan 22 21:59:28 EST 2006
The most recent version of this document can be viewed at
UPDATE
Allow UPDATE to handle complex aggregates [update]?
-
Allow an alias to be provided for the target table in
- UPDATE/DELETE
-
This is not SQL-spec but many DBMSs allow it.
-
+
-Allow an alias to be provided for the target table in
+ UPDATE/DELETE (Neil)
Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
columns