This query is marked as a draft This query has been published by لوقا.

SQL

AخA
 
select * from category
where cat_title REGEXP "^(أسيا|أمريكا_الجنوبية|أستراليا|أوروبا|أفريقيا|أمريكا_الشمالية)_في_(عقد|سنة)_[[:xdigit:]]{3}$"
or cat_title REGEXP "^تأسيسات_سنة_1[1-4][[:xdigit:]]{2}_حسب_القارة$"
or cat_title REGEXP "^تأسيسات_سنة_[[:xdigit:]]{3}_حسب_القارة$"
limit 1000 
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...