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

1 Answer

0 votes
by

SQLite now is not a function. Instead of this, it is a timestring parameter which is used to fetch current date and time.

Syntax:

date('now')   

or   

time('now')  

Related questions

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