SQL
AخA
select
rev_id
from revision
inner join actor on rev_actor = actor_id
inner join comment on rev_comment_id = comment_id
where
actor_name = "PBbot" and
comment_text = "konwersja linków zewnętrznych na {{JPL}}/{{JPLorb}}" and
rev_timestamp > 20220808000000
;
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.