
|
|
|
|
 |
|
|
select uutinen.id as id, uutinen.title as title, uutinen.date as date, uutinen.published as published, uutinen.galleria_id as galleria_id, uutinen.file_loc as file_loc, uutinen.video as video from uutinen where published <= now() and date <= now() and id = 62 order by date desc, published desc limit 4
|
|
|
|
|
|
|
 |
|