"R.O" in SQL
Can any one explain what the "R.O" mean when we generate a SQL expression:

...and does Adobe Campaign generate the "R.O" be default in every SQL interpretation.
Thank you.
Can any one explain what the "R.O" mean when we generate a SQL expression:

...and does Adobe Campaign generate the "R.O" be default in every SQL interpretation.
Thank you.
As mentioned above "R0" is the alias which is generated automatically. As query is done here for Recipient table(NmsRecipient R0) so it "R0". if you query from Delivery table (NmsDelivery D0) it is "D0" and for broad log it is (NmsBroadLogRcp) "B0".
Yes it is is best practice to use alias and most of RDBMS recommends this.
You can find several articles on internet to know the benefits of using alias's .
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.