informer30
MIS
Hi All,
I am new to oracle, please can someone tell me what the variables below are doing?
select t.date,
a.acc_id,
t.user_id,
a.curr,
t.amnt
from ods.user_acc t
where t.costcentre = '5432'
and t.acc_id = @variable('A) Enter Account ID')
and t.date >= @variable('B) Enter >= Start Date')
and t.date < @variable('C) Enter < End Date')
Many Thanks
I am new to oracle, please can someone tell me what the variables below are doing?
select t.date,
a.acc_id,
t.user_id,
a.curr,
t.amnt
from ods.user_acc t
where t.costcentre = '5432'
and t.acc_id = @variable('A) Enter Account ID')
and t.date >= @variable('B) Enter >= Start Date')
and t.date < @variable('C) Enter < End Date')
Many Thanks