Best SQL example ever...

written by jasonrshaver on Monday, February 01 2010

 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    "╚╦╩╗"

 

Similar Posts

  1. Running a marathon is easy
  2. Improving Your Internet Sales Performance
  3. DEP, COM, and C#

Post a comment

Options:

Size

Colors