Created
November 2, 2023 04:52
-
-
Save peacefixation/d7dafd10319a6f1221dc6f15e7bb739f to your computer and use it in GitHub Desktop.
Revisions
-
peacefixation created this gist
Nov 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,24 @@ <details><summary>NAME</summary> <p> ### Old ```sql SELECT foo FROM bar ``` ``` explain output ``` ### New ```sql SELECT foo FROM bar ``` ``` explain output ``` </p> </details>