I have a sequence for a column (NOT the Primary Key) of my table that increments with every single insert.
I want every 1st day of the new year to reset that sequence to value 1.
I have seen some solutions to drop and re-create the sequence. But I want to schedule it annually.
How is that possible?
Thanks in advance