Thursday, January 14, 2016
USE of Escape Symbol (@) in new Open SQL with work area and Internal Table + Condition
Step1. Up to now, we have a select query with required fields separated by commas and also as per the rule the host variable/target variable LT is prefixed by @LT. This is fine but we have a where condition. This gives a syntax check error. So the rule is if the fields in the select query are separated by commas then the host variable/target variable may be the work area or internal table should be prefixed by the escape @ character and also all the parameters in the where condition should be prefixed by escape @character.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment