Hi
I want to use between operator in HANA view, instead of joining condition.
For example,
I have two tables
One of the field in left side table should use between operator , the value from right side tables
table1.field1 between table2.field1 and table2.field2
How i can achieve in view level?