早教吧作业答案频道 -->其他-->
oracle中tax就下面这个程序中得taxc我看不懂请高人指点.selectround(sum((a.amount+a.discamount)*(1+c.vatperc/100)),2)销售金额,count(distincta.tillno||a.invoiceno)来客fromshtbinvoicelinea,shtbinvoiceb,taxcwhere
题目详情
oracle中tax 就下面这个程序中得tax c我看不懂请高人指点.
select round(sum((a.amount+a.disc_amount)*(1+c.vat_perc/100)),2) 销售金额,count(distinct a.till_no||a.invoice_no) 来客
from sh_tb_invoice_line a,sh_tb_invoice b,tax c
where a.till_no=b.till_no
and a.invoice_no=b.invoice_no
and a.vat_no=c.vat_no
and a.run_date=to_date(&日期,'yyyymmdd')
select round(sum((a.amount+a.disc_amount)*(1+c.vat_perc/100)),2) 销售金额,count(distinct a.till_no||a.invoice_no) 来客
from sh_tb_invoice_line a,sh_tb_invoice b,tax c
where a.till_no=b.till_no
and a.invoice_no=b.invoice_no
and a.vat_no=c.vat_no
and a.run_date=to_date(&日期,'yyyymmdd')
▼优质解答
答案和解析
tax是表名或者是视图名 tax c的意思是给tax起个别名叫C
看了 oracle中tax就下面这...的网友还看了以下:
两个表,goods和goodsitem,其中用code进行关联,其中需要查询name,还需要查询c 2020-05-17 …
policeman组成单词由p,o,l,i,c,e,m,a,n中任何字母组成的单词八十个.例如用a 2020-05-19 …
CPU与通道可以并行执行,并通过______实现彼此之间的通信和同步。A.I/O指令B.I/O中断C 2020-05-23 …
CPU程序和通道程序可以并行执行,并通过( )实现彼此间的通讯和同步。A.I/O指令B.I/O中断C 2020-05-23 …
能够利用DMA方式建立直接数据通路的两个部件是______。A.I/O设备和主存B.I/O设备和I/ 2020-05-26 …
重新排列字母,写出单词1.s,a,p,e,c,2.r,o,e,t,c,k,3.d,c,o,o,t, 2020-06-06 …
PLC使用的I/O模块有很多种,一般分为基本接口模块和专用控制功能模块,其中最常用、最基本的接口模 2020-07-13 …
英语单词填空1.时间状语:d-r-n-2.场所:b-s-s-o-f-r--e-a-t-e-t3.教 2020-07-14 …
做到英文题,不会的也说两句感触!给你几个字母,请将它组成一个国家的名字!例如:a/c/i/h/nCh 2020-12-31 …
.线性表(a1,a2,…,an)以链接方式存储时,访问第i位置元素的时间复杂性为()A.O(i)B. 2021-01-14 …