Wed, 24 Apr 2024 02:28:21
Errore(2):
metodo: ADBase->Exec
script: /home/bnkinfo/public_html/edicola/pattern/atom.xml
dbase : bnkinfo_nls1
utente: bnkinfo_nlsuser
file: atom.xml
line: 107
site: democraziaeconomica.prout.it/atom.xml
ip: 3.145.47.253
referrer:
id_news: 22
DBNAME: bnkinfo_nls1
DBHOST: bnk0.com

Errore SQL:
    Expression #2 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'a.id_art' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
query:
    select a.Url
     ,a.titolo
     ,a.sunto
     ,a.autore
     ,a.data
     ,COALESCE(r.rubrica,'') rubrica
     ,a.datupd
     ,a.keywords
from news_ricerche b
   , news_ricerche a
left join newsrub r
  on r.id_rubr=a.id_rubr
where a.id_news=22
 and a.id_lang=1
 and a.scadenza is NULL
 and b.Url=a.Url
 and a.id_art<>0
group by
      a.Url
     ,a.titolo
     ,a.sunto
     ,a.autore
     ,a.data
     ,COALESCE(r.rubrica,'')
     ,a.datupd
     ,a.keywords
     ,a.esterno
having a.esterno=min(b.esterno)
order by
      a.data desc
    , a.id_art desc
limit 40