|
tamira paszek, australian open 2008, open d'australie
2013 vues
|
|
Erreur SQL QUERY:
SELECT
a.id
, a.titre
, MATCH (a.article) AGAINST ('tamira paszek, australian open 2008, open d'australie') AS score
, a.time
FROM
articles AS a
WHERE
MATCH (a.article) AGAINST ('tamira paszek, australian open 2008, open d'australie')
ORDER BY
a.`time` DESC
LIMIT 10;
| |