SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular

SQLize.online is a free online SQL environment for quickly running, experimenting with and sharing code. You can run your SQL code on top of the most popular RDBMS including MySQL, MariaDB, SQLite, PostgreSQL, Oracle and Microsoft SQL Server.

Copy Format Clear
select first_name, salary, lpad(salary, 10, '#'), rpad(salary, 10, '*'), replace(first_name, 'en', 'a') from employees where department_id = 90; select * from dual;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear