I want to automatically generate unique id with per-defined code attach to it. ex:
'UID 22-001..
'UID 22-002..
'UID 22-003 ('22' is year 2022)
and then when the year is 2023 it will be generated as;
'UID 23-001..
'UID 23-002..
'UID 23-003..
and so on. Thanks in advance for the help.
Consider you have table with this columns:
You are going to insert value with the ID format that you mentionned.
Here is an example query: