mirror of
https://github.com/sqlfluff/sqlfluff
synced 2025-12-17 19:31:32 +00:00
7 lines
106 B
SQL
7 lines
106 B
SQL
set;
|
|
set -v;
|
|
set foo = 2;
|
|
set foo = 'bar';
|
|
set hivevar:cat="Chloe";
|
|
set mapreduce.reduce.memory.mb=12000;
|