© 2026 Hedgehog Software, LLC
create or replace function hello_world() -- 1 returns text -- 2 language sql -- 3 as $$ -- 4 select 'hello world'; -- 5 $$; --6
{ "code": 500, "message": "An error has occurred: fetch failed", "requestId": "61e1fb0f-d468-47ea-8fe5-8ba284a778c4" }