lundi 11 janvier 2016

sql select column via column number/index/position instead of column name

How to query select column via column number/index/position instead of column name?

So far this does not work:

SELECT 1,2,3,4,5,6,7 from table_1
Union 
SELECT 1,2,3,4,5,6,7 from table_2

Aucun commentaire:

Enregistrer un commentaire