Page MenuHomeSoftware Heritage
Paste P431

weird output
ActivePublic

Authored by nahimilega on Jun 15 2019, 10:21 PM.
rubygems_development=# SELECT count(*) FROM linksets where code != '' ;
count
-------
17306
(1 row)
rubygems_development=# SELECT count(*) FROM linksets where code = '' ;
count
-------
1422
(1 row)
rubygems_development=# SELECT count(*) FROM linksets ;
count
--------
162102
(1 row)

Event Timeline