I have a database table in (Drupal) which time is stored in a format like 1328105887 . I want to write a where condition w.r.t. this date where is year is 2014 and output date will be in (d-m-y) format.
My table sturcture is like this
SELECT `sid`,`nid`,`uid`,`is_draft`,`submitted`,`remote_addr` FROM `my_table`
Help me to achieve this only with mysql query .