SQL> SET SESSION sql_mode='ORACLE';
DELIMITER / BEGIN LOOP SELECT 'Hello world from MariaDB anonymous PL/SQL block!'; END LOOP; END; / DELIMITER ;