1
0
Fork 0

Removed call of UNIXEPOCH(). Now it works without it.

This commit is contained in:
Alexander Andreev 2023-05-22 04:02:17 +04:00
parent 7bab607e25
commit e51ceb7388
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SELECT
`post`.`post_id`,
`category`.`category_id` AS `category_id`,
`category`.`name` AS `category`,
UNIXEPOCH(`post`.`date`),
`post`.`date`,
`post`.`title`,
`post`.`body`
FROM `post`