Informations de gestion

SELECT row_order AS `#`, code AS `Code de liaison` FROM user_center_promo_code WHERE id_user_center = ORDER BY row_order ASC
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 'ORDER BY row_order ASC' at line 4
SELECT name AS `Nom`, place AS `Adresse` FROM user_center_place WHERE id_user_center = ORDER BY name ASC
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 'ORDER BY name ASC' at line 4
SELECT name AS `Nom du mail`, title AS `Ajout au titre`, IF(inscription_buttons,'Oui','Non') AS `Boutons`, content AS `Corps du mail` FROM user_center_mail WHERE id_user_center = ORDER BY name ASC
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 'ORDER BY name ASC' at line 6
SELECT row_order AS `#`, IF(active,'X','') AS `Actif`, criterion_group AS `Groupe`, criterion AS `Critère`, notes AS `Description / notes` FROM user_center_criterion WHERE id_user_center = ORDER BY criterion_group ASC, row_order ASC
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 'ORDER BY criterion_group ASC, row_order ASC' at line 7

Vous avez la possibilité de sauver jusqu'à 20 rapports dans la base de données de la plateforme, que vous pourrez:

Nota Bene: lorsque vous aurez atteint 20 rapports sauvegardés, il vous faudra en effacer quelques-uns pour faire de la place.


Vous pouvez aussi télécharger votre rapport en format document; néanmoins il y aura certainement quelques ajustements à faire.