Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share code      Blog   Popular   FAQ

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

Copy Format Clear
CREATE FUNCTION test_raise() RETURNS void LANGUAGE plpgsql AS $f$ BEGIN RAISE NOTICE 'Test NOTICE'; RAISE EXCEPTION 'Test EXCEPTION'; END; $f$; SELECT * FROM test_raise();

Stuck with a problem? Got Error? Ask ChatGPT!