Fork of Untitled query #15792 by Revent
This query is marked as a draft This query has been published by Revent.

SQL

x
 
SELECT *
FROM commonswiki_p.transcode
JOIN commonswiki_p.image ON img_name=transcode_image_name
WHERE img_media_type="VIDEO"
AND EXISTS (
  SELECT 1
  FROM commonswiki_p.transcode AS b
  WHERE (b.transcode_key LIKE "1080p.webm" AND NOT b.transcode_key LIKE "1080p.ogg")
  AND img_name=b.transcode_image_name
)
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...