Click here to Skip to main content
15,890,512 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: SQL does my head in Pin
Chris Maunder27-Sep-17 10:01
cofounderChris Maunder27-Sep-17 10:01 
GeneralRe: SQL does my head in Pin
Nathan Minier28-Sep-17 1:27
professionalNathan Minier28-Sep-17 1:27 
RantRe: SQL does my head in Pin
Luiz_LFM28-Sep-17 22:24
Luiz_LFM28-Sep-17 22:24 
PraiseRe: SQL does my head in Pin
Chris Maunder29-Sep-17 5:25
cofounderChris Maunder29-Sep-17 5:25 
GeneralRe: SQL does my head in Pin
Slacker00727-Sep-17 9:54
professionalSlacker00727-Sep-17 9:54 
GeneralRe: SQL does my head in Pin
PIEBALDconsult27-Sep-17 15:15
mvePIEBALDconsult27-Sep-17 15:15 
GeneralRe: SQL does my head in Pin
Chris Maunder27-Sep-17 15:16
cofounderChris Maunder27-Sep-17 15:16 
GeneralRe: SQL does my head in Pin
sir_download_alot29-Sep-17 1:05
professionalsir_download_alot29-Sep-17 1:05 
Me! Just recently I had the same issue. My workaround was to use a replace function and then get the length of that string.
AND LEN(REPLACE(FieldWithValue, ' ', '*')) = 11

Later on I used
Datalength

GeneralRe: SQL does my head in Pin
KC@CahabaGBA29-Sep-17 2:58
KC@CahabaGBA29-Sep-17 2:58 
JokeRe: SQL does my head in Pin
Middle Manager29-Sep-17 2:59
Middle Manager29-Sep-17 2:59 
GeneralRe: SQL does my head in Pin
englebart29-Sep-17 4:19
professionalenglebart29-Sep-17 4:19 
GeneralRe: SQL does my head in Pin
Chris Maunder29-Sep-17 5:22
cofounderChris Maunder29-Sep-17 5:22 
GeneralRe: SQL does my head in Pin
englebart25-Oct-17 2:21
professionalenglebart25-Oct-17 2:21 
GeneralRe: SQL does my head in Pin
Bassam Abdul-Baki29-Sep-17 5:09
professionalBassam Abdul-Baki29-Sep-17 5:09 
GeneralRe: SQL does my head in Pin
Dan Sutton1-Oct-17 7:04
Dan Sutton1-Oct-17 7:04 
GeneralRe: SQL does my head in Pin
PIEBALDconsult24-Oct-17 17:40
mvePIEBALDconsult24-Oct-17 17:40 
GeneralThought of the day Pin
OriginalGriff27-Sep-17 4:55
mveOriginalGriff27-Sep-17 4:55 
GeneralRe: Thought of the day Pin
Daniel Pfeffer27-Sep-17 4:59
professionalDaniel Pfeffer27-Sep-17 4:59 
GeneralRe: Thought of the day Pin
jeron127-Sep-17 5:00
jeron127-Sep-17 5:00 
AnswerRe: Thought of the day Pin
megaadam27-Sep-17 5:00
professionalmegaadam27-Sep-17 5:00 
GeneralRe: Thought of the day Pin
GKP199227-Sep-17 5:08
professionalGKP199227-Sep-17 5:08 
GeneralRe: Thought of the day Pin
OriginalGriff27-Sep-17 5:12
mveOriginalGriff27-Sep-17 5:12 
GeneralRe: Thought of the day Pin
GKP199227-Sep-17 5:21
professionalGKP199227-Sep-17 5:21 
GeneralRe: Thought of the day Pin
Ravi Bhavnani27-Sep-17 7:10
professionalRavi Bhavnani27-Sep-17 7:10 
GeneralRe: Thought of the day Pin
jeron127-Sep-17 7:24
jeron127-Sep-17 7:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.