Is there a way to generate a CREATE TABLE
statement from a SELECT
statement (that is built from many JOIN
s)?
I can only find it for tables and views. But my problem is that I am using Google Cloud SQL (mysql version) and I cannot change the settings to use the CREATE TABLE ... SELECT * ...
.
Is there a way to do it handy in DataGrip
?
Do the following:
Detailed feature request and description are mentioned in the issue DBE-8596