SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table test (id int, name varchar); insert into test values (1, 'AAA'), (2, 'BBB'); create view test1 as select * from test where id = 1; select * from test1; update test1 set name = 'CCC'; select * from test;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear