Best SQL example ever...

by JasonRShaver 1. February 2010 17:02

 This is an example I saw today on Simple Talk:

 

CREATE TABLE "╚╦╩╗" ( "└┬┴┐" nvarchar(10))

DECLARE @ nvarchar(10)  set @='═'

INSERT  INTO "╚╦╩╗"

        ( "└┬┴┐" )

        SELECT  replicate(@,5)

SELECT  *

FROM    "╚╦╩╗"

 

Tags:

Blog

About the author

I am a software developer working for Microsoft in Redmond, WA.  In addition, my wife and I own TTXOnline, what is likely the 3rd largest table tennis store in the US.

Month List

Page List