Skip to content

Instantly share code, notes, and snippets.

@mshock
Created July 13, 2012 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mshock/3105929 to your computer and use it in GitHub Desktop.
Save mshock/3105929 to your computer and use it in GitHub Desktop.
delete row-stored columns by row_id
-- delete an entire row_id
delete from rows_of_cols
where row_id in (
select row_id from rows_of_cols
where [filter condition])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment