I noticed that mysql index starts from 1 instead of zero as many programming languages did.
SELECT SUBSTRING(R.regNumber,1,3) FROM registration AS R
Returns VAN and
SELECT SUBSTRING(R.regNumber,4) FROM registration AS R
Returns the remaining part of the string as 1031