Error log file - :ORDER/GROUP BY expression not found in targetlist
Hi , During data load my Error log file include many messages as the below (I like to mention that my load process is the only processing being executed on the system – the load is the single table with super projection only ) : :DCErrors time:424101378883039 node_name:v_bsm_node0002 session_id:MYDPHDB0079-31519:0x432 user_id:45035996273704962 user_name:dbadmin transaction_id:45035996280004912 statement_id:1 request_id:31 error_level:20 file_name:tlist.c line_number:202 function_name:get_sortgroupclause_tle message:ORDER/GROUP BY expression not found in targetlist error_code:16779814 vertica_code:4300 detail: hint: log_message:ORDER/GROUP BY expression not found in targetlist log_detail: log_hint: cursor_position:0
0
Comments
SUM (1) OVER ( PARTITION BY field1 ORDER BY field2 ROWS UNBOUNDED PRECEDING)