Jump to content

SELECTing * but 3 fields?


cliftonbazaar

Recommended Posts

The whole point of programming is to produce code that efficiently accomplishes a specific task. Without knowing the reason why you don't want to select the three columns is not actually possible to give you the best answer.

 

However, if you have a table with over 100 columns, you likely have a bad table design and need to normalize the data first before you worry about the affect of not selecting just three of them or how you would ignore those three when you process the results in your presentation code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.