How can I interact with the system table through sqlline? I get the following error when just doing a;
select * from SYSTEM.TABLE; Error: ERROR 1012 (42M03): Table undefined. tableName=SYSTEM.TABLE (state=42M03,code=1012)
How can I interact with the system table through sqlline? I get the following error when just doing a;
select * from SYSTEM.TABLE; Error: ERROR 1012 (42M03): Table undefined. tableName=SYSTEM.TABLE (state=42M03,code=1012)