MAPREDUCE服务 MRS-DELETE:示例

时间:2024-05-30 16:45:18

示例

  • 示例1:
    delete from h0 where column1 = 'country';
  • 示例2:
    delete from h0 where column1 IN ('country1', 'country2');
  • 示例3:
    delete from h0 where column1 IN (select column11 from sourceTable2);
  • 示例4:
    delete from h0 where column1 IN (select column11 from sourceTable2 where column1 = 'xxx');
  • 示例5:
    delete from h0;
support.huaweicloud.com/cmpntguide-lts-mrs/mrs_01_24276.html