On Thu, 11 Jan 2007 21:44:50 +0100, Michael Fesser wrote:
> Additionally
> you should never use SELECT * in a productive application, but list all
> fields explicitly.
why ?
just curious, because i try to keep the table quite simple (e.g. not a lot
of fields) if there is another reason.
Or is it for security reason (sql injection) ?