Hi Guys,
I am using Oracle9i Database. I would like to get a PL/SQL that will update a column (if it's NULL) in a table in a specific time. For example,
Table Name : User
Column Name : Logout
The procedure will be trigger at 2300 and check if 'Logout' is NULL and will update it. Please help !
Thanks and regards,
kmthien
I am using Oracle9i Database. I would like to get a PL/SQL that will update a column (if it's NULL) in a table in a specific time. For example,
Table Name : User
Column Name : Logout
The procedure will be trigger at 2300 and check if 'Logout' is NULL and will update it. Please help !
Thanks and regards,
kmthien