Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

प्रारंभिक पंक्ति से एकाधिक पंक्तियां कैसे बनाएं

इसका उपयोग एक विशेष ID . के लिए करें

select id, city_name from(
    select id, city_1 as city_name from yourTable    
    union all
    select id, city_2 from yourTable    
    union all
    select id, city_3 from yourTable    
    union all
    select id, city_4 from yourTable
) as t where id= yourID

http://sqlfiddle.com/#!9/7ee1f/1

इसे पूरी टेबल के लिए इस्तेमाल करें

 select id, city_name from(
    select id, city_1 as city_name from yourTable    
    union all
    select id, city_2 from yourTable    
    union all
    select id, city_3 from yourTable    
    union all
    select id, city_4 from yourTable
) as t
order by id


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. MySQL पूर्ण पाठ विशेष वर्णों को संभालना

  2. इस SQL ​​​​कोड में तालिका में कैसे शामिल हों?

  3. mysql एक ही प्राथमिक कुंजी के लिए एक तालिका में एकाधिक विदेशी कुंजी

  4. मैसकल 1 रैंडम रो

  5. बहु DELETE में अज्ञात तालिका