Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Teste
drop table if exists table1; drop table if exists table2; create table table1( t1col1 int, t1col2 varchar(50) ); create table table2( t2col1 int, t2col2 varchar(50) ); insert into table1(t1col1, t1col2) values (1, 't1data1'), (2, 't1data2'); insert into table2(t2col1, t2col2) values (1, 't2data1'), (2, 't2data2'); select * from table1 t1 join table2 t2 on t2.t2col1 = t1.t1col1
run
|
edit
|
history
|
help
0
test
Joseph 1
farmaciacarnaru
ritesh
calculate averages for students and levels
practicee
MySQL Sandbox: Superheroes
pt.stackoverflow.com/questions/170610
flujo1
test