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