1
0
Fork 0

Return category's ID as well.

This commit is contained in:
Alexander Andreev 2023-05-14 03:34:14 +04:00
parent de8f042019
commit 9248950255
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
SELECT
`post`.`post_id`,
`category`.`id` AS `category_id`,
`category`.`name` AS `category`,
`post`.`date`,
`post`.`title`,