Du måste först få kolumnnamnen. De flesta plattformar stöder detta:
select column_name,ordinal_position
from information_schema.columns
where table_schema = ...
and table_name = ...
and ordinal_position <= 2
Du måste först få kolumnnamnen. De flesta plattformar stöder detta:
select column_name,ordinal_position
from information_schema.columns
where table_schema = ...
and table_name = ...
and ordinal_position <= 2