16,436 pages out of 1,2810,249 (~0.13%) use YUI 2.x in table `httparchive.technologies.2023_04_01_desktop` ``` SELECT COUNT(DISTINCT url) AS num FROM `httparchive.technologies.2023_04_01_desktop` WHERE app = "YUI" AND REGEXP_CONTAINS(info, r"^2\.") ``` (Same without `WHERE` to get the total.)
Bug 1653625 Comment 34 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
16,436 pages out of 12,810,249 (~0.13%) use YUI 2.x in table `httparchive.technologies.2023_04_01_desktop` ``` SELECT COUNT(DISTINCT url) AS num FROM `httparchive.technologies.2023_04_01_desktop` WHERE app = "YUI" AND REGEXP_CONTAINS(info, r"^2\.") ``` (Same without `WHERE` to get the total.)