Beginners problem

已回答

Hi,

 

As an absolute beginner I am trying to learn sql. I have a DDL source and a simple query file. I have loaded the DDl source and the query file but when I run the query it says: No runners found. What is the issue here? Config?

 

0

To run a query you need a database connection.

DDL data source just shows you script structure(and possible db structure).

For further reading refer to DataGrip documentation
- https://www.jetbrains.com/help/datagrip/creating-and-editing-sql-files.html
- https://www.jetbrains.com/help/datagrip/connecting-to-a-database.html
- https://www.jetbrains.com/help/datagrip/db-tutorials-introduction.html

2
Avatar
Permanently deleted user

Thanks - that clarified 

0

请先登录再写评论。