how can I insert sysdate. 

insert into trajetoria values ('Ir pra Faculdade', 
                               
ListaPosicaoTempoEspaco_ty(*to_timestamp(sysdate,'DD-MON-RRRR HH:MI PM')
*,
                                      SELECT REF(pg) FROM pontogeografico 
pg WHERE pg.latitude = '-3.728876' and longitude = '-38.521006'),
                               SELECT REF(u) FROM usuario u WHERE u.NOME = 
'Midana');

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Oracle PL/SQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to oracle-plsql+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to