• 2022-06-29
    下列语句错误的是()
    A: select*fromorderswhereordernameisnotnull;
    B: select*fromorderswhereordername<>null;
    C: select*fromorderswhereordernameisnull;
    D: select*fromorderswhereordernamenotisnull;