compare the data

prawin62

Member²
Hi,

My database contains one table like LOGIN

It has columns like LOGIN_NAME and DATA. whenever I create an account through website, this table will gets populated with unique login_name and
data as #000#.

every time (almost 95%) DATA column gets updated as #000#.

Now my question is, is there any option available in PLSQL developer tool to check whether #000# is inserting every time or not?

any solution is helpful for me.

Thanks,
Praveen
 
I'm not quite sure what you mean. You can create a trigger on the table that performs any kind of check of course.
 
Back
Top