close

SQL指令--mySQL 檢查欄位是否存在 (MySQL--check which column exists in table)

SELECT count(*) FROM information_schema.columns WHERE table_schema='<Database Name>' AND table_name = '<Table Name>' AND column_name = '<Column Name>'

results as below:

0     if the <Column Name> doesn't exist;

1     otherwise.

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 陳予郎 的頭像
    陳予郎

    予郎

    陳予郎 發表在 痞客邦 留言(0) 人氣()