|
0 -
SELECT distinct startups.idstartup, startups.idstartup, startups.logo,
startups.snapshot, startups.url, startups.category,
startups.idstartup, startups.idstartup, startups.fecha,
startups.sourcename, startups.sourceurl,
startups.idusuario, startups.safe_url
FROM startups
WHERE idstartup in () and startups.home = 1
AND startups.publicar = 0
AND startups.fecha <= 200805170205
ORDER BY startups.fecha DESC LIMIT 0,12
| | |