Hi,
I am trying to run query with \G and \\G, to have output like vertical data ( similar to sql \G).
despite passing \G still it outputs same result format.
Kindly share an example,
I am running below query
${DBX_SQL_CLI} -e "select * from ${DBX_DB}.${DBX_DATASER_NAME} limit 10 \G;" --hostname "${DBX_HOST_NAME}" --http-path "${DBX_HTTP_PATH}" --access-token "${DBX_TOKEN}"