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

1 Answer

0 votes
by

The SQLite date() function is used to fetch the date and show it in 'YYYY-MM-DD' format.

Syntax:

date(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
...