blob: 6ae8fe8a6ab347c82a181596054358bf4b32f2ac [file] [log] [blame]
select /*+ common_hint(1) */ 1;
select /*+ common_hint(1.1) */ 1;
select /*+ common_hint("string") */ 1;
select /*+ common_hint(k = "v") */ 1;
select /*+ common_hint(1, 1.1, "string") */ 1;
select /*+ common_hint(1) another_hint(2) */ 1;