SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
CREATE TABLE deposits ( Id int primary key auto_increment, Amount decimal(9, 2) ); INSERT INTO deposits (Amount) VALUES (123.45), (567.90); SELECT AVG(Amount) as AvgAmount FROM deposits;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear