Skip to content

[Bug]: hive SELECT 后应该可以提示 tableName #380

Closed
@liuxy0551

Description

@liuxy0551

Version

latest

Which SQL?

Hive

SQL content

SELECT a.column1, b.column2
FROM table_a a
JOIN table_b b
ON a.id = b.id;

JavaScript/TypeScript code

No response

What happened?

SELECT 关键词后面应该能够提示表名,视图名同理

image

Relevant log output

No response

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions