SQL to create histograms(wishli.st) There's nothing really complicated about it, but I didn't find a good example online anywhere, so when I figured it out, it was time to share it |
SQL to create histograms(wishli.st) There's nothing really complicated about it, but I didn't find a good example online anywhere, so when I figured it out, it was time to share it |
select distinct cnt, count(cnt) over (partition by cnt) from (
select 'a' usr,1 cnt from dual union select 'b' usr,1 cnt from dual union select 'c' usr,2 cnt from dual union select 'd' usr,3 cnt from dual union select 'e' usr,3 cnt from dual )
Also, what's the point of a section of the same content in the article being repeated in a larger font to the left?
Re:Theme with massive paragraph - it was based on a magazine wordpress theme and we're yet to edit it down.