Feb. 18th, 2015

SQL haiku

Feb. 18th, 2015 09:18 pm
bnewman: (explorer)
At work there are some whiteboard walls. One of them used to be covered with puns, but recently the puns were erased and replaced with haiku. Since our company writes so much SQL, I thought it would be fun to contribute some haiku in SQL.

create view rainbow
as select distinct color
from meadow.flowers;

select count(flowers)
from meadow where wind is null
group by color, shape;

insert into heart
(select feeling from moment
where timestamp is null);


We also write an awful lot of Perl.

foreach $flower (@field) {
$rainbow{$flower->{HUE}}++ };
print sort keys %rainbow;

Profile

bnewman: (Default)Ben Newman

September 2020

S M T W T F S
  12345
6789101112
13141516171819
20212223242526
27282930   

Page Summary

Style Credit

Expand Cut Tags

No cut tags
Page generated Jul. 10th, 2025 04:47 pm
Powered by Dreamwidth Studios