Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Would be really nice if...

Re: Would be really nice if...

From: Haximus <e_at_t.me>
Date: Thu, 24 Feb 2005 01:20:19 GMT
Message-ID: <nZ9Td.4255$38.2455@clgrps12>


 especially since good programming practice argues (IMO) against the use of
> 'SELECT *'
It's a bad habit if you are returning columns that you don't need... for sure. It's handy though for views where you want all the columns but only subset of rows, and if a table structure a view is dependant on changes... most likely won't have to bother updating the view too. Received on Wed Feb 23 2005 - 19:20:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US