Removed call of UNIXEPOCH(). Now it works without it.
This commit is contained in:
parent
7bab607e25
commit
e51ceb7388
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user