mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
fix typo
This commit is contained in:
parent
b6d9f86716
commit
5661c0855f
1 changed files with 1 additions and 1 deletions
|
@ -1756,7 +1756,7 @@ current number of seconds since the epoch:
|
||||||
|
|
||||||
$dbh->sqlite_create_function( 'now', 0, sub { return time } );
|
$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() );
|
INSERT INTO mytable ( now() );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue