for the query
select user_id, password
from subscribers
the password column is coded - something like in the unix passwd file. I think that java application did that.
- How can I see the origin of the column
- When I want to update this table, with a sql or pl/sql, how to do so

10x