I have two tables and having Mysql query like
select x.column1 as \'id\', y.column1 as \'name\' from (select id from table1 limit 1) as x, (select name from t