how can we use the date column of table like dt_bl_date is date datatype column of table a
in table valu of column is null then
i want to use the valu of column in and add like 30 dys in the value of cloumn
d=nvl(:dt_bl_da te,0)+30
but it gives err
tell me
everybody
in table valu of column is null then
i want to use the valu of column in and add like 30 dys in the value of cloumn
d=nvl(:dt_bl_da te,0)+30
but it gives err
tell me
everybody
Comment