Guest_imported
New member
- Jan 1, 1970
- 0
As you know, Oracle database does not recognize boolean as a datatype.
However, I am trying to work around that by creating a field as char(1) and manipulating that field.
The problem that I am having is that instead of returning values of Y or N as indicators of Yes or No,
I need to use a check mark for Y and X for no.
Is there any way of doing this in Oracle?
I know that this is a tough one.
sokeh
However, I am trying to work around that by creating a field as char(1) and manipulating that field.
The problem that I am having is that instead of returning values of Y or N as indicators of Yes or No,
I need to use a check mark for Y and X for no.
Is there any way of doing this in Oracle?
I know that this is a tough one.
sokeh