Problema a la hora de crear un DATASET
Publicado: 30 Oct 2012, 23:30
Estimados.
Tengo un problema a la hora de generar un query en un nuevo data set. Cuando ingreso el siguiente codigo:
"select to_timestamp(`timestamp`) as fecha, src , ((cast(sum(sent+rcvd)/1024 as integer))/8 ) as volumen from $log where $filter and src is not null group by fecha, src having sum(sent+rcvd)>0 order by sum(sent+rcvd)desc"
Me muestra el siguiente error.
ERROR: operator does not exist: timestamp without time zone >= integer.
LINE 1: select ((case when row_num != 0 and itime_start >= 135157320...
Firmware
FortiAnalyzer-100C v4.0,build0552 (MR3 Patch 1)
Quedo a espera de sus comentarios.
Saludos
Larry
Tengo un problema a la hora de generar un query en un nuevo data set. Cuando ingreso el siguiente codigo:
"select to_timestamp(`timestamp`) as fecha, src , ((cast(sum(sent+rcvd)/1024 as integer))/8 ) as volumen from $log where $filter and src is not null group by fecha, src having sum(sent+rcvd)>0 order by sum(sent+rcvd)desc"
Me muestra el siguiente error.
ERROR: operator does not exist: timestamp without time zone >= integer.
LINE 1: select ((case when row_num != 0 and itime_start >= 135157320...
Firmware
FortiAnalyzer-100C v4.0,build0552 (MR3 Patch 1)
Quedo a espera de sus comentarios.
Saludos
Larry