Reputation: 1698
I have a file called my_table.tbl
which has DDL SQL, I opened the file in Intellij IDEA Ultimate 2019.3.3, but it does not understand that this is a file with SQL statement and I cannot execute anything!
Note that changing the file extension (to .sql ?) is not an option. I just want to run pieces sql from any of my files *.TBL fles, just like I can do so in SQL Developer and many other tools. How do I do this in IntelliJ?
Upvotes: 1
Views: 318
Reputation: 401995
Associate *.tbl
with SQL files in File | Settings | Editor | File Types:
Upvotes: 1