Query Result: "Copy to Database..." - Column Mapping

Given result like this - when I use "Copy to Database..." to import it to an EXISTING table : FOO (Y char(1), X int)
DataGrip does NOT auto-map X to FOO.X and Y to FOO.Y….
But instead maps by column position by default (X to FOO.Y, Y to FOO.X), right ?

 X        Y   
+--------+-----+
 1        A     
 2        B    
 3        C     
 4        D     
 5        E     		

Build #DB-232.10203.8

0

Please sign in to leave a comment.