DEFAULT in <set clause list>

Started by Neil Conwayabout 23 years ago4 messageshackers
Jump to latest
#1Neil Conway
neilc@samurai.com

Folks,

While browsing through the SQL spec (200x draft), I noticed the
following:

<set clause list> (the list of SET expressions in an UPDATE statement;
section 14.12) allows a <contextually typed value specification> on the
right-hand side of SET assignments. One of the possibilities for a
<contextually typed value specification> is DEFAULT (section 6.5).

In other words, this syntax should be legal:

UPDATE sometable SET somecolumn = DEFAULT;

but it doesn't appear to be implemented as of CVS tip.

Any comments?

Cheers,

Neil

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Neil Conway (#1)
Re: DEFAULT in <set clause list>

<set clause list> (the list of SET expressions in an UPDATE statement;
section 14.12) allows a <contextually typed value specification> on the
right-hand side of SET assignments. One of the possibilities for a
<contextually typed value specification> is DEFAULT (section 6.5).

In other words, this syntax should be legal:

UPDATE sometable SET somecolumn = DEFAULT;

but it doesn't appear to be implemented as of CVS tip.

Hmmm...I ran into a situation where I wanted that just the other day.
INSERT INTO...SELECT FROM kind of thing...

Chris

#3Rod Taylor
rbt@rbt.ca
In reply to: Christopher Kings-Lynne (#2)
Re: DEFAULT in <set clause list>

I'll look into it...

On Mon, 2003-03-24 at 20:14, Christopher Kings-Lynne wrote:

<set clause list> (the list of SET expressions in an UPDATE statement;
section 14.12) allows a <contextually typed value specification> on the
right-hand side of SET assignments. One of the possibilities for a
<contextually typed value specification> is DEFAULT (section 6.5).

In other words, this syntax should be legal:

UPDATE sometable SET somecolumn = DEFAULT;

but it doesn't appear to be implemented as of CVS tip.

Hmmm...I ran into a situation where I wanted that just the other day.
INSERT INTO...SELECT FROM kind of thing...

Chris

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

#4Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#3)
Re: DEFAULT in <set clause list>

Added to TODO:

* Allow UPDATE to use SET col = DEFAULT

---------------------------------------------------------------------------

Rod Taylor wrote:
-- Start of PGP signed section.

I'll look into it...

On Mon, 2003-03-24 at 20:14, Christopher Kings-Lynne wrote:

<set clause list> (the list of SET expressions in an UPDATE statement;
section 14.12) allows a <contextually typed value specification> on the
right-hand side of SET assignments. One of the possibilities for a
<contextually typed value specification> is DEFAULT (section 6.5).

In other words, this syntax should be legal:

UPDATE sometable SET somecolumn = DEFAULT;

but it doesn't appear to be implemented as of CVS tip.

Hmmm...I ran into a situation where I wanted that just the other day.
INSERT INTO...SELECT FROM kind of thing...

Chris

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

-- End of PGP section, PGP failed!

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073