Query:
SELECT 'Hello World' AS Greeting
Result:
{ "results": [ { "Greeting": "Hello World" } ] }
Last updated 5 years ago
Was this helpful?