Hello.
I have 3 tables.
Table A ---> Left outer Join to Table B..
Table B ---> Left Outer join to Table C.
How to write a Query for these kinds of tables in HANA.
I wrote like
select * from A left outer join B on (condition)
left outer join C on condition.
Please propose some way to write this.
Best regards,
Rohit