1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
This commit is contained in:
Laurent Dami 2014-07-20 20:32:47 +02:00
parent b6d9f86716
commit 5661c0855f

View file

@ -1756,7 +1756,7 @@ current number of seconds since the epoch:
$dbh->sqlite_create_function( 'now', 0, sub { return time } );
After this, it could be use from SQL as:
After this, it could be used from SQL as:
INSERT INTO mytable ( now() );