blob: 22c97d5ea2858c84efc1ef68553beaffab35b1f0 [file] [log] [blame]
select t1.*,t2.* from table1 as t1, table2 as t2 where t1.addr = t2.addr order by t1.id, t1.name,t2. name;