![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
SNL Sql
For those that aren't familiar with SNL it's 'Saturday Nite Live'.
It's a tv show that parodies celebrities, politicans, social behavior etc. It's humor with a stinger, it's supposed to make you laugh at that which is just too silly to be taken seriously:) The smiley's say it all. select 0/0 -- :( select 1 where exists( select 0/0) -- :) select 1 where exists( select 0/0 AS Y) -- :) select * -- :( select 1 where exists( select *) -- :) select \ -- :) select \/10 -- :) select 1 where exists( select \) -- :) create table #X(N decimal(6,2)) insert #X values(10.1) insert #X values(0) insert #X values(\) insert #X values($) select * from #X where $=\ /* :) */ drop table #X -- :) The people who use the phrase 'purists' as a way to justify doing certain things have the right idea. This stuff only makes sense inside bol. Outside bol forget it:) Having a little fun with it probably beats the alternative, getting out my shredder :) www.beyondsql.blogspot.com |
|
|||
|
Re: SNL Sql
steve (rog11228@aol.com) writes:
> select \ -- :) Simply hilarious! -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|