Changes between Version 3 and Version 4 of Ticket #11, comment 4
- Timestamp:
- 08/01/2024 09:12:18 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11, comment 4
v3 v4 2 2 3 3 {{{ 4 SELECT ads.ad_id, count(*)/ count(SELECT tagsFROM tags WHERE tags.ad_id = ads.ad_id) AS interest FROM ads4 SELECT ads.ad_id, count(*)/(SELECT count(tags) FROM tags WHERE tags.ad_id = ads.ad_id) AS interest FROM ads 5 5 JOIN tags ON tags.ad_id = ads.ad_id WHERE ads.crude < crude AND charity = s AND tags = (SELECT tags FROM publisher WHERE property = referrer) 6 6 GROUP BY ads.ad_id ORDER BY interest DESC
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)