Afficher un message
Vieux 07/09/2007, 05h47   #2
Nick Chan
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: char vs varchar and indexes

oh and

if the column is char(10)

and there's this data 'abc '


so is there a difference between these two ?

select * from t1 where col = 'abc'

or

select * from t1 where col='abc '

  Réponse avec citation
 
Page generated in 0,03948 seconds with 9 queries