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
-- Function creation in MySQL DELIMITER // CREATE FUNCTION get_square(n INT) RETURNS INT DETERMINISTIC BEGIN RETURN n * n; END; // DELIMITER ; SELECT CONCAT('Square is: ', get_square(6)) AS result;

Stuck with a problem? Got Error? Ask ChatGPT!