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
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