1. 首页
  2. 大数据
  3. 算法与数据结构
  4. oracle join on 数据过滤问题

oracle join on 数据过滤问题

上传者: 2020-12-17 10:59:20上传 PDF文件 26.42KB 热度 12次
代码如下:select a.f_username from ( SELECT /*+parallel(gu,4)*/distinct gu.f_username FROM t_base_succprouser gu where gu.f_expectenddate > (select trunc(sysdate,’Y’)FROM DUAL) and gu.f_lotid=1 and gu.f_playid=4 and gu.f_paymoney>=1500 ) A left join ( select from t_base_vip_customes and ((vu.f_passeddate
下载地址
用户评论