0 votes
in SQLite by
What is the use of SQLite time() function?

1 Answer

0 votes
by

SQLite time() function is used to fetch current time in 'HH-MM-SS' format.

Syntax:

time(timestring, [ modifier1, modifier2, ... modifier_n ] )  

Related questions

0 votes
asked Nov 13, 2021 in SQLite by sharadyadav1986
0 votes
asked Nov 13, 2021 in SQLite by sharadyadav1986
...