Impossibile eseguire la query. sql=select b.id_video_categoria, b.categoria, a.*, lower(substring(file_video from '(^.*)...$')) || 'flv' as file_video_flv,lower(substring(file_video from '...$')) as ext, substring(file_video from '(^.*)...$') || 'mp4' as file_video_mp4,substring(file_video from '(^.*)...$') || 'webm' as file_video_webm from video a,video_categoria b, video_sottocategorie c where a.id_video_sottocategoria = c.id_video_sottocategoria and c.id_video_categoria = b.id_video_categoria and ( id_video_tipo=? or -1=?) and (-1 = ? or a.id_video_sottocategoria in (select vc.id_video_sottocategoria from video_sottocategorie vc where vc.id_video_categoria = ?) ) and ( a.id_video_sottocategoria=? or -1=? or lower(keywords) like '%' || lower(?) || '%') and ( coalesce(a.id_ruolo_utente,100)=? or -1=?) and (lower(autore) like '%' || lower(?) || '%' or ''=? ) and ( lower(keywords) like '%' || lower(?) || '%' or ''=? ) and attivo = true order by data_inserimento desc, titolo org.postgresql.util.PSQLException: ERROR: column "attivo" does not exist
Position: 926
Questo sito utilizza i cookies. Utilizzando il nostro sito web l'utente dichiara di accettare e acconsentire all' utilizzo dei cookies in conformità con i termini di uso dei cookies espressi in questo documento.