• 2022-05-31
    SQL语法中,用查询语句时,以下执行顺序正确的是?
    A: from、where、groupby、select、distinct*、having、orderby
    B: from、where、groupby、having、select、distinct*、orderby
    C: from、groupby、where、select、distinct*、having、orderby
    D: from、where、groupby、select、distinct*、orderby、having