Good morning everyone,
Today I'm again on customer XPto..rs!
I started working and I decided to post this code
These two SELECTS is inside a begin ....
See
Select x.campo_tabela ||'/diretorioA' into diretorio
from tabela x
where x.data = (select max(y.data)
from tabela y
where y.data < sysdate)
and rownum =1;
Select x.campo_tabela into diretorio
from tabela x
where x.data = (select max(y.data)
from tabela y
where y.data < sysdate)
and rownum =1;
Here is this code ..: LOL:
May God bless everyone!
abs hahu