-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get the mapping of an alias in an SQL context? #150
Comments
Can alias information be added to the |
你好,感谢你的关注和使用。 |
@Cythia828 Thank you for your reply, this is really good news, and I look forward to the new features. Can you roughly tell me when the new features will be released? For example, this year. |
你好,感谢你的关注和使用。 |
I understand. I hope Also, I noticed that I have temporarily collected a list of database keywords and functions, but I don't know how to pass it to the Here's the repository address I collected: https://github.com/resetsix/db-keywords-and-functions |
OK,我们已经收到你们的意见了,正在加紧步伐~~~ 另外,我们的 |
I have a question: the auto-complete of dtstack.github.io/monaco-sql-languages or mortalyoung.github.io/monaco-sql-languages/ It should look like the following |
你好。 |
感谢。 |
For example, I have a SQL statement like this:
Select u. from user AS u
Currently, the built-in functions of
monaco-sql-languages
can easily get column data fromuser.
, but not through theu.
column (u is a custom user alias).I don't have a good idea of how to implement it.
The text was updated successfully, but these errors were encountered: