Re: [SQL] what does ONLY do

2005-02-18 Thread Bret Hughes
On Fri, 2005-02-18 at 21:15, Stephan Szabo wrote: > On Fri, 18 Feb 2005, Bret Hughes wrote: > > > I can't seem to find an explanation of what adding ONLY does for an sql > > statement for instance : > > > > ALTER TABLE [ONLY] ADD COLUMN ... > > > > or what ever. Does anyone have a pointer to doc

Re: [SQL] what does ONLY do

2005-02-18 Thread Stephan Szabo
On Fri, 18 Feb 2005, Bret Hughes wrote: > I can't seem to find an explanation of what adding ONLY does for an sql > statement for instance : > > ALTER TABLE [ONLY] ADD COLUMN ... > > or what ever. Does anyone have a pointer to docs on this. I am simply > curious since there is obviously somethi

[SQL] what does ONLY do

2005-02-18 Thread Bret Hughes
I can't seem to find an explanation of what adding ONLY does for an sql statement for instance : ALTER TABLE [ONLY] ADD COLUMN ... or what ever. Does anyone have a pointer to docs on this. I am simply curious since there is obviously something I am missing. Bret --