select sum(field1)/sum(field2) as contribution from index_* where log_timestamp > cast('2021-04-01 00:00:00' as timestamp) { "error": { "reason": "Invalid SQL query ...
Update/Insert Timestamp doesn't work with PostgreSQL SQL syntax. It throws exception as "org.postgresql.util.PSQLException: ERROR: value is not a timestamp: invalid value provided" That would be the ...