how can i choose between char and varchar
recently meet a issue that a table has almost 100k rows record, some columns are defined with char, meanwhile create trim(cloumn) function index on it in order to improve the query performace, is that right comparing to the normal index on varchar column type? thanks a lot
0