5 lines
52 B
SQL
5 lines
52 B
SQL
SELECT *
|
|
from posts
|
|
where
|
|
id = last_insert_id()
|
SELECT *
|
|
from posts
|
|
where
|
|
id = last_insert_id()
|