• 2022-07-02
    写出条件查询“表1 里的字段1的id是多少”()
    A: select * from 表1 where字段1=“值”
    B: select id from 表1 where字段1=“值”
    C: select id from 字段1 where表1=“值”
    D: select id from 表1