Id
This function gets a unique id.
when it reaches the max value, it will starts again to 1.
example:
select config.Id()
IdDt
Like function Id, it gets a unique id after the datetime.
This allow to insert more than 10'000'000 rows each seconds.
example:
select config.IdDt()