SQL
x
SHOW tables
;
/*select * from comment
left join comment_block on comment.comment_id = comment_block.comment_id
left join comment_filearchive on comment_filearchive.comment_id = comment_block.comment_id
limit 5 */
SELECT
*
FROM revision_compat limit 10
JOIN comment_revision ON revision.rev_comment_id = comment.comment_id
WHERE comment_text LIKE '%juif%'
LIMIT 100;
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.