W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
1.語法:
select ORDINAL_POSITION 列位置
from information_schema.columns
where table_name='表名' and COLUMN_NAME='字段名'
2.參數(shù): ORDINAL_POSITION:字段順序,沖1開始 information_schema.columns:表的字段信息 table_name:表名 COLUMN_NAME:字段名 3.例如: 3.1表:t_bridge
SELECT
ORDINAL_POSITION 列位置
FROM
information_schema. COLUMNS
WHERE
TABLE_NAME = 't_bridge'
AND COLUMN_NAME = 'cityname';
3.2結(jié)果 列位置:3
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: