Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

USING BOOLEAN FUNCTION

Status
Not open for further replies.

prosuc

Programmer
Aug 14, 2002
53
CL
How I can use a function that return a boolean value in a SELECT sentence????

I try the following:

SELECT * FROM table_name
WHERE boolean_function_call(parameter);

the function must be return TRUE.

Oracle send me the following message:

ERROR at line 1:
ORA-00920: invalid relational operator

my database version is Oracle8i Enterprise Edition Release 8.1.7.0.0
 
Oracle SQL doesn't support BOOLEAN datatype.

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top