Om dina tabeller har högst en rad kan du använda underfrågor:
select (select studentname from table1) as sname
(select StudentAge from table2) as age
Om dina tabeller har högst en rad kan du använda underfrågor:
select (select studentname from table1) as sname
(select StudentAge from table2) as age