Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Exists in CDS view

christelle_scott
Associate
Associate
0 Kudos
3,735

Hi

I wonder if the Exists condition can be used in the CDS view (WHERE EXISTS (SELECT *  FROM .... ) .

I actually never managed to used subqueries in any cds view so I wonder if this is a limitation for CDS view or if I just do not get the syntax right.

Thanks for any feedback and examples!

Christelle

1 ACCEPTED SOLUTION

christian_seitel
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,448

Hi, subqueries are not yet supported. In the CDS-editor you may press F1 and browse the documentation to find out what features are supported. You will not find an EXISTS there.

3 REPLIES 3

sundaresan_k
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,448

Dear Christelle,

Can you explain little bit more the context where you want to check the existence?

Best regards

Sundar

christian_seitel
Product and Topic Expert
Product and Topic Expert
0 Kudos
1,449

Hi, subqueries are not yet supported. In the CDS-editor you may press F1 and browse the documentation to find out what features are supported. You will not find an EXISTS there.

0 Kudos
1,448

Thank you for your answer!