Si vos tables ont au plus une ligne, vous pouvez utiliser des sous-requêtes :
select (select studentname from table1) as sname
(select StudentAge from table2) as age
Si vos tables ont au plus une ligne, vous pouvez utiliser des sous-requêtes :
select (select studentname from table1) as sname
(select StudentAge from table2) as age