SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table employee (id int, name varchar(30)); insert into employee values (1, 'sopan'), (2,'sejal'), (3,'raj'), (4,'gaj'); create table works (id int, name varchar(30)); insert into works values (1,'sopan'), (2,'sejal'), (5,'siimar'), (6,'laghavi'); select * from employee UNION select * from works order by id;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear