This query is marked as a draft This query has been published by Yamaha5.

SQL

AخA
 
USE fawiktionary_p;
SELECT i.img_name, c.img_name ,CASE WHEN i.img_name= c.img_name  THEN 'نام همسان' ELSE '' END AS ourcase FROM image AS i INNER JOIN commonswiki_p.image AS c ON i.img_sha1 = c.img_sha1 limit 50
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...