Nejprve musíte získat názvy sloupců. Většina platforem to podporuje:
select column_name,ordinal_position
from information_schema.columns
where table_schema = ...
and table_name = ...
and ordinal_position <= 2
Nejprve musíte získat názvy sloupců. Většina platforem to podporuje:
select column_name,ordinal_position
from information_schema.columns
where table_schema = ...
and table_name = ...
and ordinal_position <= 2