Skip to content

Instantly share code, notes, and snippets.

@yoki
Last active August 23, 2020 14:18
Show Gist options
  • Save yoki/1854e59437f5bea7ae45098095d503a8 to your computer and use it in GitHub Desktop.
Save yoki/1854e59437f5bea7ae45098095d503a8 to your computer and use it in GitHub Desktop.
update-insert.sql
UPDATE courses_question q
SET video = ''
FROM courses_questioncategory qc
WHERE qc.category = 'recordingVoiceImageOnly'
AND q.question_category_id = qc.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment