Erreur de syntaxe

Fermé
diyanaa - 16 mai 2013 à 10:50
legiux777 Messages postés 221 Date d'inscription lundi 26 août 2013 Statut Membre Dernière intervention 21 janvier 2016 - 24 sept. 2013 à 18:11
bonjour à Ts,
jai problème sur phpmyadmin une erreur du syntaxe lorsque je met cette requette je savais pas ou exactement! jai besoin de vos aides et merci bcp voila la requette : select Update_status_t.shift_Date as [date],
Update_status_t.monitoring_PC_ID ,
psems63.monitoring_PC_t.monitoring_pc_label as description,
Update_status_t.shift_ID as shift,update_status_t.updated as status
from update_status_t inner join
psems63.monitoring_PC_t on update_status_t.monitoring_PC_ID
where(update_status_t.shift_date =convert(DATETIME,'2012-10-01 00:00:00',102))
and (updated_status_t.updated=0)
order by updated_status_t.monitoring_PC_ID,
update_status_t.shift_id

et le msg d'erreur: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Update_status_t.shift_Date as [date], Update_status_t.monitoring_PC_ID , psems63' at line 1

1 réponse

legiux777 Messages postés 221 Date d'inscription lundi 26 août 2013 Statut Membre Dernière intervention 21 janvier 2016 93
24 sept. 2013 à 18:11
php4 ?php5 ?
0