I want to create auto-increment column in the form 'YYYYMMDD-xxxxx'.
- 'YYYYMMDD' is the date the data was inserted.
- 'xxxxx' is a value that auto increases by 1.
Is this possible? could you tell me how?
Example:
20220101-00001,
20220102-00002,
20220102-00003,
...
20220102-99999,
20220701-00001,
20220701-00002,
...