(1)select username  from A where ownernum = '13500000000'  ;
(2)select telhome ,telwork from B where linkid = (select linkid  from A where ownernum = '13500000000');上面两个select语句我该如何让他们一起执行?