Convert a mysql row to a column without using union and subquery

has a table:
A_number B_number
10 20

want to display as
item number
A 10
B 20

if you don"t use union and subqueries, and don"t create new tables or views, is there a way to accomplish the above transformation?
ask for advice.

Mar.02,2021

in fact, what kind of questions I am curious about is what application scenarios require this kind of functionality? Or is it just a purely technical discussion? If you are solving the actual business scenario, why not implement the following functions in memory through code logic after select comes out?


suggest you take a look at this article https://blog.csdn.net/wulanti.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37a28-2b412.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37a28-2b412.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?