Hi
Images don't aren't delivered to this mailing list but the important
part is that you've provided enough code as text. Use backticks to
enclose identifiers in Drill SQL and single quotes to enclose string
literals. Therefore:
ALTER SESSION SET ‘store.format’ = 'csv';
Regards
James
On 2021/04/22 09:24, [email protected] wrote:
Dear User Supporter.
I have a question about ALTER SESSION statement error as below.
ALTER SESSION SET ‘store.format’ = ‘csv’ was not worked, so I amended
code as
ALTER SESSION “SET” ‘store.format’ = ‘csv’ but there are still error.
Can I resolve this issue?