Is it possible to insert values as oracle functions? Some examples are:
sysdate
nvl
substr
something user defined
I thought about using javascript to concatenate a statement together but I think the insert action would actually enclose the result in quotes, which would defeat the purpose.
Any ideas?
Thanks,
John


Reply With Quote