Re: Empty string
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 11/11/04
- Next message: Hernán Castelo: "Re: what about: instances of sql"
- Previous message: AnthonyThomas: "RE: Simple Select Query"
- In reply to: Adam Machanic: "Re: Empty string"
- Next in thread: AnthonyThomas: "Re: Empty string"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 14:53:57 -0500
I asked for a definition of empty string. To me, that's SPACE(0), not
SPACE(1).
-- http://www.aspfaq.com/ (Reverse address to reply.) "Adam Machanic" <amachanic@hotmail._removetoemail_.com> wrote in message news:#KGvagCyEHA.3400@TK2MSFTNGP10.phx.gbl... > I believe the OP said it was an empty string? > > -- > Adam Machanic > SQL Server MVP > http://www.sqljunkies.com/weblog/amachanic > -- > > > "Anith Sen" <anith@bizdatasolutions.com> wrote in message > news:uoK1udCyEHA.1956@TK2MSFTNGP14.phx.gbl... > > >> Can you post code to reproduce your problem? > > > > INSERT @table SELECT SPACE(1) ; > > > > -- > > Anith > > > > > >
- Next message: Hernán Castelo: "Re: what about: instances of sql"
- Previous message: AnthonyThomas: "RE: Simple Select Query"
- In reply to: Adam Machanic: "Re: Empty string"
- Next in thread: AnthonyThomas: "Re: Empty string"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|