Changes between Initial Version and Version 1 of Ticket #25171, comment 7
- Timestamp:
- Jul 26, 2015, 7:31:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25171, comment 7
initial v1 15 15 set used=true 16 16 where id in ( 17 select id tile_countfrom category group by id17 select id from category group by id 18 18 having COUNT(tiles_id) > 0 19 19 )