**Describe this problem** It occurs `Table not found` when aliasing a table name in sql **Steps to reproduce** Run this sql with sdk ``` select * from `SPM_2197803522_INFLUENCE_DEFAULT` t1 WHERE t1.`period` between '2023-03-22 11:09:00' and '2023-03-22 11:09:59' limit 10 ``` **Expected behavior** No error happened **Additional Information** <!--- If possible, please attach other context you think may relate to this problem. Like *runtime environment*, *modified config*, *error log* etc. -->
Describe this problem
It occurs
Table not foundwhen aliasing a table name in sqlSteps to reproduce
Run this sql with sdk
Expected behavior
No error happened
Additional Information