On 5/1/20 12:19 PM, Justin Taylor wrote:
" BTW it is never a good ide to use SELECT *!"

Personally, I'd say "almost never". Can you explain why it's better for the
SELECT (in static SQL) to explicitly list every single column rather than
doing SELECT *?

If a table's structure changes, and you're retrieving into host variables, you
will be either missing variables, have too many, or have mismatches.

As Brigitta says, better to list every column you want to retrieve so there is
little risk of mismatch.

david



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.