zoukankan      html  css  js  c++  java
  • G,sql中select 如果太长,可以在后面放G,竖行显示~~~~

    1.使用G按行垂直显示结果
    如果一行很长,需要这行显示的话,看起结果来就非常的难受。

    在SQL语句或者命令后使用G而不是分号结尾,可以将每一行的值垂直输出。

    mysql> select * from tf_productG;

    *************************** 1. row ***************************
                   id: 1
                title: 3434
         title_remark: remark
                price: 9600
            old_price: 0
           title_img1: site_upload/title_img1/20170831/1504178909_233791261.png
           title_img2: site_upload/title_img2/20170831/1504178910_418081069.png
           high_light: 危秋洁搬到札幌民宿Ocho居住%
    第二天去了美瑛%
    在薰衣草前拍照并上传到微博
               is_new: 0
               is_rec: 0
    is_coupon_enabled: 1
               status: 1
               is_del: 0
              addtime: 1504178909
    *************************** 2. row ***************************
                   id: 2
                title: 亲子照片
         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
  • 相关阅读:
    高德地图SDK大致使用
    AFNetworking 使用
    蓝牙相关
    svn 常用命令
    通过AutoLayout显示三个等宽视图
    适配相关 --AutoLayout ---SizeClass
    常用网页
    UIViewController加载过程
    UIApplication相关
    实现消息转发功能(调用非自己类方法)
  • 原文地址:https://www.cnblogs.com/pansidong/p/7613164.html
Copyright © 2011-2022 走看看