-->
当前位置:首页 > 题库 > 正文内容

单选题:查找 student 表中所有电话号码(列名:telephone)的第一位为8或6,第三位为0的电话号码:

Luz3年前 (2022-09-14)题库885
查找 student 表中所有电话号码(列名:telephone)的第一位为8或6,第三位为0的电话号码:





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


答案:C

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。