Control Structure

Control Structure is a podcast about computer science, IT news, stories, opinions, tips, and tricks for programmers, testers, administrators of all types and more, for fun or for profit hosted by Andrew Bailey. And also some other things, just because they are cool.

Last of The Tater Tots

Episode #35The Fringe #114

Andrew laments how the past week has sucked, then him and Chris ask themselves a few questions, drive the Desert Bus, then talk about RASPBERRY!, LOLAPPLE, Microsoft reorganizing, federal banning, VLC, gaming on Linux, Linux itself, user experience, more NSA stuff, how SQL treats nulls, trying out Opus, and listener feedback.

Links

SQL Server Question

ID Middle_name
 1  A
 2  C
 3  NULL
Select * from Employee where Middle_name not in ('A','B')
Select * from Employee where Middle_name != 'A' and Middle_name !=  'B'

Music