Skip to content

Instantly share code, notes, and snippets.

@aurora1625
Last active February 19, 2020 02:38
Show Gist options
  • Save aurora1625/9437c1898f855b3694df2566fc992860 to your computer and use it in GitHub Desktop.
Save aurora1625/9437c1898f855b3694df2566fc992860 to your computer and use it in GitHub Desktop.
SQL snippets
-- set all the value of one column empty
UPDATE Table Name SET Column Name = Null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment