This may not post as a good question because it may be to vague..but I will give it a shot...
I am trying to figure out some code that is in PL/SQL...In some of the sql statements that use
what is Select X? I have tried this out...but it returns the character X in one column.
Could anyone help explain this please?
I am trying to figure out some code that is in PL/SQL...In some of the sql statements that use
Code:
Select 'X' from dual where fieldname = :ID
what is Select X? I have tried this out...but it returns the character X in one column.
Could anyone help explain this please?