Exists SQL operator

I am transforming some SQL code into BO and have come across the Exists behavior and can not figure out how it is resolved in BO. Any help is very much appreciated.


Listserv Archives (BOB member since 2002-06-25)

In a message dated 00-03-07 12:18:58 EST, you write:

I am transforming some SQL code into BO and have come across the Exists behavior and can not figure out how it is resolved in BO. Any help is very much appreciated.

“Exists” is not supported in BusObj SQL. However, you can create predefined condition objects that include anything that is valid in your database. By adding prompts to your predefined conditions you can probably create the type of logic that you need.

Regards,
Dave Rathbun
Integra Solutions
www.islink.com


Listserv Archives (BOB member since 2002-06-25)