SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table testtable01 (id int primary key generated by default as identity, somevalue text); insert into testtable01 (somevalue) values ('Vasya'), ('Masha'), ('Feofan'), ('Vova'); update testtable case filter (where id = 1) then set somevalue = 'Vasiliy';
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear