SQL query error
Table 'shostak_shostak.posts' doesn't exist
    select    from_unixtime(`created`, "%Y") as `year`
    from     `posts`
    where    `visible_ru`
    group by `year`
    order by `year` desc