@@TIMETICKS function returns the number of microseconds per tick.
The amount of time per tick is computer-dependent. Each tick on the operating system is 31.25 milliseconds, or one thirty-second of a second.
Syntax of @@TIMETICKS Function :
@@TIMETICKS
Return type of above function is an integer.
Examples of @@TIMETICKS Function :
Example 1 : Use of @@TIMETICKS function in select clause
Output
Above example returns 31250 microseconds per tick.