OLSx http://www.olsx.net FR OLSx olsx@shiftech.be olsx@shiftech.be 21 May 2012 00:00:00 +0100 21 May 2012 00:00:00 +0100 MegaraM - BONSSSA CMS http://blogs.law.harvard.edu/tech/rss 60 http://www.olsx.net/uploads/xslt/rss.jpg OLSx http://www.olsx.net
ERR : 21/05/2012 07:10:00 206788925
-2147217900 : Le type de données text ne peut pas être sélectionné en tant que DISTINCT, car il n'est pas comparable.
SQL GET RS : select 'news',id,dateDebut,titreFR,introFR,descriptionFR from actualites where dateDebut<='20120521' and dateFin>'20120521' and titreFR<>'' UNION select 'agendas',id,datemodif,titreFR+' ('+dateFR+')',courteFR,descrFR from agenda where titreFR<>'' UNION select 'pages',page,datepub,page,'',contenu from cms where langue='FR' and datepub = (select max(datepub) from cms as cmsJoin where cms.page=cmsJoin.page and cmsJoin.langue=cms.langue) UNION select 'liens',id,datemodif,titreFR,'',descrFR from liens where titreFR<>'' UNION select 'photos',id,datemodif,'Photo ('+galerie+')',description,photo from photos order by 3 desc, 2 desc