Sélectionnez les 2 derniers caractères SQL
SELECT RIGHT(Column, number you want) FROM yourtable
peamdev
SELECT RIGHT(Column, number you want) FROM yourtable