Tôi giả sử hai.id là một số nguyên tự động cộng gộp, vì vậy tôi sẽ để nó vào bảng đích để gán các giá trị đó.
select id as fk_id, 'first_name' as attribute, first_name as value
from one
union all
select id as fk_id, 'last_name', last_name
from one
order by fk_id, attribute