Converting a file to a SQL file

How can I convert a file to a SQL file?

In the example above, I would like to convert Training set - V2.sql to the same type as Training set - V1.sql.

0
3 comments

You can configure file types according to https://www.jetbrains.com/help/pycharm/creating-and-registering-file-types.html#change-extension

Make sure all *.sql files are configured as SQL type.

0
Avatar
Permanently deleted user

Andrey Resler Thank you for your answer!

My file types configurations sound all good:

 

And yet one specific .sql file is still not considered as SQL:

 

What is even weirder is that changing the name fixes the issue:

0

Check patterns under Text file type, you may have a specific patter for that file there. If that doesn't help,  I suggest trying **File | Mange IDE Settings | Restore Default Settings**

0

Please sign in to leave a comment.