How to get n tables data in one query without joins in sql





select table1.*,table2.*,table3.* from table1,table2,table3

Comments

Popular Posts