Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Would be really nice if...
Jaap W. van Dijk wrote:
> On Thu, 24 Feb 2005 14:50:11 +0100, Frank van Bortel
> <fvanbortel_at_netscape.net> wrote:
>
>
>>kirtan wrote: >> >>>Using the same logic, >>>'select * from t' would also break any application if an alter table >>>has been done to it. >>>This would happen where the columns are being retrieved by position and >>>not by name. >>>But ain't this feature still there?! >>> >> >>Correct - it is known as A Bad Habit (tm). >>ROT: Always specify the column list.
And do what? You would still need r_cur.[column_name]
to access a particular column / value.
Surely you do not use r_cur in an insert...
-- Regards, Frank van BortelReceived on Sat Feb 26 2005 - 10:02:42 CST