Last active
February 3, 2023 00:10
-
-
Save pulketo/dea624a3ff51a0c30f91d6f89b8679f4 to your computer and use it in GitHub Desktop.
Revisions
-
pulketo revised this gist
Feb 3, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ #these commands will modify sql structure for A.sql and B.sql, so make a backup first sed -i 's/(/\n/g;s/,/\n/g' A.sql B.sql ; diff A.sql B.sql -
pulketo revised this gist
Feb 3, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ #these commands will modify sql structure for A.sql and B.sql, so make a backup first, it's intended not to be destructive, but sheet happens sed -i 's/(/\n/g;s/,/\n/g' A.sql B.sql ; diff A.sql B.sql -
pulketo revised this gist
Feb 2, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ #these commands will modify sql structure for A.sql and B.sql, so make a backup first, it's intended not to be destructive, but sheet happens sed -i 's/(/\n(/g;s/,/,\n/g' A.sql B.sql ; diff A.sql B.sql -
pulketo revised this gist
Feb 2, 2023 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,2 @@ #these commands will modify sql structure for A.sql and B.sql, so make a backup first, it's intended not to be destructive, but sheet happens sed -i 's/(/\n(/g;s/,/,\n/g' A.sql B.SQL ; diff A.sql B.SQL -
pulketo created this gist
Feb 2, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ sed -i 's/(/\n/g;s/,/\n/g' A.sql B.SQL ; diff A.sql B.SQL