\ G, sql, if a select too, can put back \ G, the vertical line shows ~~~~

1. \ vertical row G shows the results
if the line is very long, this line need be displayed, then, result looks very uncomfortable.

Use \ G instead of a semicolon at the end, may be the value of the vertical output for each row in the SQL statement or command.

mysql> select * from tf_product \ G ;

Copy the code
*************************** 1. row ******************** ******* 
               ID:. 1 
            title: 3434 
     title_remark: the remark 
            . price: 9600 
        old_price: 0 
       title_img1: site_upload / title_img1 / 20,170,831 / 1504178909_233791261.png 
       title_img2: site_upload / title_img2 / 20,170,831 / 1504178910_418081069.png 
       high_light: autumn clean transport dangerous Sapporo Bed and Breakfast Ocho% to live 
the next day went to Biei% 
take pictures in front of lavender and upload it to microblogging 
           is_new: 0 
           is_rec: 0 
is_coupon_enabled: 1 
           Status: 1 
           is_del: 0 
          AddTime: 1,504,178,909 
********** 2. Row *************************** *****************  
               the above mentioned id: 2
            title: paternity photo
     title_remark: 0
            price: 22900
        old_price: 0
       title_img1: site_upload/title_img1/20170831/1504180526_253355237.png
       title_img2: site_upload/title_img2/20170831/1504180526_156898435.png
       high_light: 
           is_new: 0
           is_rec: 1
is_coupon_enabled: 1
           status: 1
           is_del: 1
          addtime: 1504180526
Copy the code

 

The strength to believe in the power, day after day!
 

1. \ vertical row G shows the results
if the line is very long, this line need be displayed, then, result looks very uncomfortable.

Use \ G instead of a semicolon at the end, may be the value of the vertical output for each row in the SQL statement or command.

mysql> select * from tf_product \ G ;

Copy the code
*************************** 1. row ******************** ******* 
               ID:. 1 
            title: 3434 
     title_remark: the remark 
            . price: 9600 
        old_price: 0 
       title_img1: site_upload / title_img1 / 20,170,831 / 1504178909_233791261.png 
       title_img2: site_upload / title_img2 / 20,170,831 / 1504178910_418081069.png 
       high_light: autumn clean transport dangerous Sapporo Bed and Breakfast Ocho% to live 
the next day went to Biei% 
take pictures in front of lavender and upload it to microblogging 
           is_new: 0 
           is_rec: 0 
is_coupon_enabled: 1 
           Status: 1 
           is_del: 0 
          AddTime: 1,504,178,909 
********** 2. Row *************************** *****************  
               the above mentioned id: 2
            title: paternity photo
     title_remark: 0
            price: 22900
        old_price: 0
       title_img1: site_upload/title_img1/20170831/1504180526_253355237.png
       title_img2: site_upload/title_img2/20170831/1504180526_156898435.png
       high_light: 
           is_new: 0
           is_rec: 1
is_coupon_enabled: 1
           status: 1
           is_del: 1
          addtime: 1504180526
Copy the code

 

Guess you like

Origin www.cnblogs.com/sucretan2010/p/12363979.html