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

SQL

x
 
USE fawiki_p;
SELECT *
FROM logging# JOIN page ON log_page = page_id
WHERE log_user_text = 'Saeidpourbabak'
#AND page_namespace = 0
#AND page_is_redirect = 0 
AND log_type = 'thanks'
#ORDER BY log_timestamp
#LIMIT 10
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...