Re: Speed of SQL Query
From: Uri Dimant (urid_at_iscar.co.il)
Date: 07/06/04
- Next message: Hari Prasad: "Re: Speed of SQL Query"
- Previous message: PK: "Re: About SQL Query"
- In reply to: Simon Jefferies: "Speed of SQL Query"
- Next in thread: Hari Prasad: "Re: Speed of SQL Query"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 6 Jul 2004 11:24:53 +0200
Simon
A second one. It is also a good practice to not use * with SELECT clause if
you really don't need all columns out.
"Simon Jefferies" <simon@cooltoolsonline.co.uk> wrote in message
news:erUk2FzYEHA.2016@TK2MSFTNGP09.phx.gbl...
> Hello,
>
> Which of the following would be quicker?
>
> SELECT * FROM TABLE
> or SELECT Field1, Field2, Field3, Field4 FROM TABLE
>
> Thanks In Advance
> Simon
>
>
- Next message: Hari Prasad: "Re: Speed of SQL Query"
- Previous message: PK: "Re: About SQL Query"
- In reply to: Simon Jefferies: "Speed of SQL Query"
- Next in thread: Hari Prasad: "Re: Speed of SQL Query"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|