Hello Peng,
in case you have UpperLowerCase column names you have to enclose the column name in double quotes.
e.g. SELECT "LineTotal" FROM "<schema>"."INV1".
It is a good practice to always use double quotes to avoid such issues in any case.
Best Regards,
Florian