Discussion
:
char vs varchar and indexes
Afficher un message
07/09/2007, 05h47
#
2
Nick Chan
Messages: n/a
Hébergeur:
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 '
Nick Chan
Page generated in
0,03948
seconds with
9
queries