Hi, Assuming I have a INT type column named "numeropost", is this faster to write a query with "WHERE numeropost=12" instead of "WHERE numeropost='12'", or is this exactly the same speed ? Thanks ! Jocelyn Fournier Presence-PC www.presence-pc.com
- Re: MySQL queries optimizations Jocelyn Fournier
- Re: MySQL queries optimizations Jeremy Zawodny