Hello to all the experts,
I get different orders by sorting text in Access and MySQL.
For example:
'00154'
'_00154'
'#00154'
will be sorted as
'#00154'
'_00154'
'00154'
in Access and
'#00154'
'00154'
'_00154'
in MySQL. For comparing the data, I need the same order.
Please can anyone guide me?
Thanks,
Marcel
I get different orders by sorting text in Access and MySQL.
For example:
'00154'
'_00154'
'#00154'
will be sorted as
'#00154'
'_00154'
'00154'
in Access and
'#00154'
'00154'
'_00154'
in MySQL. For comparing the data, I need the same order.
Please can anyone guide me?
Thanks,
Marcel