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 evacuazione ( id int idenrity(1,1) primary key, codice varchar(10) not null, descri varchar(1024) not null, dataevacuazione date ); insert into evacuazione (codice, descri ) values ("01", "evacuazione antincendio " ), ("02", "evacuazione antincendio " ), ("03", "evacuazione antincendio " ), ("04", "evacuazione antincendio " );

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

Copy Clear