You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

In Cloud Data Model, is combining multiple Select using "With" Statement with trailing joins allowed

Summary:

Hi R&A forum:

In a Data Model for Cloud ERP or Cloud HCM, is SQL beginning "WITH ( as " allowed ?

See Code snippet.

Thank you,

Content (required):

In a Data Model for Cloud ERP or Cloud HCM, is SQL beginning "WITH ( as " allowed ?

See Code snippet.

Thank you,

Version (include the version you are using, if applicable):

23A

Code Snippet (add any code snippets that support your topic, if applicable):

with 

  Query1 as ( -- <- Put your 1st Query text here 

   select A,

       B

    ...

  ),

  Query2 as ( -- <- Put your 2nd Query text here 

   select B,

       C

    ...

  )  


 select Query1.A,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!