简体   繁体   English

如何在 JetBrains DataGrip 中创建视图?

[英]How do I create a view in JetBrains DataGrip?

I am using an Azure SQL database with DataGrip.我正在使用带有 DataGrip 的 Azure SQL 数据库。 I would like to create a view connecting certain tables within my database.我想创建一个连接数据库中某些表的视图。

Does DataGrip have a tool for doing this? DataGrip 有执行此操作的工具吗? If so, how can I do it?如果是这样,我该怎么做?

It's relatively easy in Microsoft SQL Server Management Studio.在 Microsoft SQL Server Management Studio 中相对容易。 I would right click the Views folder and select 'New View...'我会右键单击“视图”文件夹并选择“新视图...”

UPD: in the late version there is a UI for creating a view: UPD:在最新版本中,有一个用于创建视图的 UI:

在此处输入图像描述


Views can be also created via raw SQL.视图也可以通过原始 SQL 创建。 In DataGrip you can generate it automatically via Generate action (Alt+Ins, Cmd+N for OSX) where several objects for generation are available.在 DataGrip 中,您可以通过Generate操作(Alt+Ins,Cmd+N 用于 OSX)自动生成它,其中有多个可用于生成的对象。

在此处输入图像描述

根据其他用户的评论,该功能目前不存在。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM