PlainSQLiteBlog/db/mysql/get_last_post.sql

5 lines
52 B
SQL

SELECT *
from posts
where
id = last_insert_id()