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 post ( post text, created_at datetime ) ; insert into post values ('First post', '2022-01-02 03:04:05'), ('Second post', '2022-06-07 08:09:10'); ALTER TABLE post MODIFY created_at TIMESTAMP; select * from post; describe post;

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

Copy Clear