DblpConfSeriesQuery
Jump to navigation
Jump to search
Sourcecode
Sourcecode | |
---|---|
id | DblpConfSeriesQuery |
lang | sql |
author | Wolfgang Fahl |
since | 2021/01/31 |
test | select conf,title,count(*) as count,min(year) as minYear,max(year) as maxYear
from proceedings
where conf is not null
group by conf
order by 2 desc
|
url |