Hi All,
I have query related to SQL query?, like below i have data in DB table. In DB Table contains only two fields like below,
Year Value
==== =====
2016 256.55
2020 3156.57
2021 5475.35
2022 651456.65
i want to display above data like below,
2016 2020 2021 2022
==== ==== ==== ===
256.55 3156.57 5475.35 651456.65
I am newbie to DB , Please help me to write SQL Query .
Thanks in Advance.
Regards,
Bayanna K.