Options

Why query_request 'SET' is giving error in error_messages table.

hsaxena20hsaxena20 Community Edition User

Why this error is coming many times?
set session autocommit to off 0 ERROR Syntax error at or near ")"
Anyone, please suggest.

Answers

  • Options
    moshegmosheg Vertica Employee Administrator
    edited November 2019

    Given that the SET command syntax is accurate, try to track the command with the syntax error before.

        cat find_error.sql 
        \! rm -f suspected_queries.txt
        \o suspected_queries.txt
        select distinct(request) from dc_requests_issued
        where transaction_id in ( SELECT transaction_id  FROM error_messages WHERE message ilike '%Syntax error%' );
    

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file