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 Sect (Section_Id INT NOT NULL, TOCHeading VARCHAR(10), Record_Id INT, Section_Id_1 INT); INSERT INTO Sect (Section_Id, TOCHeading, Record_Id, Section_Id_1) VALUES (99, 'Ident',1,0), (100, 'CAS',0,99)

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

Copy Clear