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
DROP TABLE IF EXISTS date /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE date ( date date NOT NULL, cy_date date DEFAULT NULL, year int DEFAULT NULL, month_name varchar(45) DEFAULT NULL, date_yy_mmm varchar(45) DEFAULT NULL, PRIMARY KEY (date) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;

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

Copy Clear