單項選擇題

查找yuangong表中所有電話號碼(列名:telephone)的第一位為8或6,第三位為0的電話號碼()

A.SELECT telephone FROM yuangong WHERE telephone LIKE’[8,6]%0*’
B.SELECT telephone FROM yuangong WHERE telephone LIKE’(8,6)*0%’
C.SELECT telephone FROM yuangong WHERE telephone LIKE’[86]_0%’
D.SELECT telephone FROM yuangong WHERE telephone LIKE’[86]_0*’

微信掃碼免費搜題