Test SQL

Sql code posted
created at 10 Dec 15:21

Edit | Back
1
2
3
select a1.name, a2.name
from table1 a1
join table2 a2 on a1.id=a2.id
70 Bytes in 2 ms with coderay