• 2022-05-29
    从语法上看,以下语句哪个是正确的?()
    A: select name,code from zufang where code=’BJYZ91876799’;
    B: load data local inpath’/data/alldatas’ into table tb4;
    C: from zufang select name,code where code=’BJYZ91876799’;
    D: from zufang where code=’BJYZ91876799’ select name,code;
  • 举一反三