I have table that its PK format is like this
YYMMXXXXXX
where YY is year in two digits, MM is month in two digits and XXXXXX is six digit auto increment number that start from 1 if the month change.
Can MySQL do this automatically?
Thanks before.