SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
CREATE TABLE monitor ( id uuid, created_at timestamp, val int ); SELECT uuid_generate_v4(); INSERT INTO monitor VALUES(uuid_generate_v4(), now(), 10);
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear