Google News
logo
SQLite - Interview Questions
What is the use of SQLite time() function?
SQLite time() function is used to fetch current time in 'HH-MM-SS' format.
 
Syntax :
time(timestring, [ modifier1, modifier2, ... modifier_n ] )
Advertisement