PlainSQLiteBlog/db/sqlite/get_last_post.sql

5 lines
58 B
SQL

SELECT *
from posts
where
rowid = last_insert_rowid()