horaedb-client-java icon indicating copy to clipboard operation
horaedb-client-java copied to clipboard

bug: Query failed when aliasing a table name in sql

Open MichaelLeeHZ opened this issue 2 years ago • 0 comments

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

MichaelLeeHZ avatar Mar 23 '23 11:03 MichaelLeeHZ