Commit de982e3b by 傅伟强-富德

Update test.txt

1 parent 1bd4fcb4
Showing with 16 additions and 0 deletions
......@@ -10,3 +10,19 @@
currentpolicyaddress
ORA-01652: unable to extend temp segment by 128 in tablespace TEMP
select po.branch_code,rpsi.* from rn_policy_service_info rpsi,policy po,branch_code_relation bcr,policy_prem_info ppi
where rpsi.policy_no=po.policy_no
and rpsi.policy_no=ppi.policy_no
and bcr.branch_code=po.branch_code
and bcr.relative_grade>-1
and bcr.relative_branch_code = '864200'
and ppi.PREM_DUE_DATE>=date'2018-01-01'
and ppi.PREM_DUE_DATE<=date'2018-01-30'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!