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

SQLize | PHPize | SQLtest

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

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
CREATE TABLE Sales ( ProductID INT, SaleDate DATE, Amount DECIMAL(10, 2) ); INSERT INTO Sales (ProductID, SaleDate, Amount) VALUES (1, '2023-01-15', 500.00), (2, '2023-02-20', 750.00), (1, '2023-03-10', 300.00), (3, '2023-03-25', 900.00), (2, '2023-04-05', 600.00);

Stuck with a problem? Got Error? Ask AI support!

Copy Clear