THE REAL SMILEY The Real Résistance! | pour le moment, personnellement, c'est celle-ci: (Tirée de mon forum)
Code :
- select DISTINCT lfr_posts.ID_POST, lfr_posts.ID_POST_PERE, DATE_FORMAT(lfr_posts.DATE_POST,'%d/%m/%Y à %H:%i:%s') as DATE_POST_F,lfr_posts.ID_POSTEUR, lfr_utilisateurs.PSEUDO, lfr_posts.ANONYME_POSTEUR, lfr_utilisateurs.SIGNATURE, lfr_utilisateurs.EXT_AVATAR, lfr_posts.MESSAGE, lfr_posts_pere.MESSAGE as MESSAGE_PERE, lfr_utilisateurs_pere.PSEUDO as PSEUDO_PERE, lfr_posts_pere.ANONYME_POSTEUR as ANONYME_POSTEUR_PERE from lfr_posts, lfr_posts as lfr_posts_pere, lfr_utilisateurs ,lfr_utilisateurs as lfr_utilisateurs_pere where lfr_posts.ID_TOPIC=25240 and lfr_posts.ID_POSTEUR=lfr_utilisateurs.ID_UTILISATEUR and lfr_posts.ID_POST_PERE=lfr_posts_pere.ID_POST and lfr_posts_pere.ID_POSTEUR=lfr_utilisateurs_pere.ID_UTILISATEUR order by lfr_posts.DATE_POST limit 0, 15
|
|