Posted By:
dave_wong
Posted On:
Monday, July 30, 2001 02:26 AM
Hi there,
I've read the java.sun.com JDBC Guide and I found that I can use fn scalar function in my sql. However, it use a sql like :
st.executeUpdate("update employee_table set status = " + status +
", last_update_user = {fn user()}
where ....");
It doesn't work!
Did I use the {fn user()} as shown above on Oracle dbms right?
thanks
dave