SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table table1 (id int identity(1, 1), username varchar(10), eff_dt date) insert into table1 (username, eff_dt) values ('sam', '01/01/2022') , ('juan', '02/01/2022') , ('alex', '02/01/2022') , ('jane', '03/01/2022') select * from table1
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear