下面寫了幾條根據(jù)數(shù)據(jù)庫表,獲取domain中要用的數(shù)據(jù)字段sql語句。
讓客戶滿意是我們工作的目標(biāo),不斷超越客戶的期望值來自于我們對這個行業(yè)的熱愛。我們立志把好的技術(shù)通過有效、簡單的方式提供給客戶,將通過不懈努力成為客戶在信息化領(lǐng)域值得信任、有價值的長期合作伙伴,公司提供的服務(wù)項目有:申請域名、網(wǎng)絡(luò)空間、營銷軟件、網(wǎng)站建設(shè)、余干網(wǎng)站維護(hù)、網(wǎng)站推廣。
select
concat(
concat(column_name,
concat('=',
concat(concat('#{',column_name),'}')
)
),',')
from information_schema.`COLUMNS` where table_schema='saas-export' and table_name='ss_company';
select
concat(column_name,concat('=',concat(concat('#{',concat(column_name,'}')),',')))
from information_schema.`COLUMNS` where table_schema='saas-export' and table_name='ss_company'
select column_name,data_type,column_comment from information_schema.COLUMNS
where table_schema='saas-export' and table_name='ss_company'
以上sql語句獲得的結(jié)果如
id varchar ID
name varchar 公司名稱
本文題目:獲取數(shù)據(jù)庫字段小技巧
文章分享:http://aaarwkj.com/article18/pdiogp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站排名、商城網(wǎng)站、網(wǎng)站營銷、企業(yè)網(wǎng)站制作、做網(wǎng)站、域名注冊
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)