5 lines
58 B
SQL
5 lines
58 B
SQL
SELECT *
|
|
from posts
|
|
where
|
|
rowid = last_insert_rowid()
|
SELECT *
|
|
from posts
|
|
where
|
|
rowid = last_insert_rowid()
|