Statistical Analysis (mathematics)

Technical Article

RE: Update with insert of zero

  • Reply

How about something like this:select CASE PATINDEX( '%[a-Z]%', col1)  WHEN 0 THEN      stuff('000',4-len(col1),len(col1),col1)  ELSE   stuff('000',4-PATINDEX( '%[a-Z]%', col1)+1,len(col1),col1)  END from test1Where test1 is the table in question and col1 is the column you are working on. 

You rated this post out of 5. Change rating

2004-10-06

Blogs

Enabling an Index: #SQLNewBlogger

By

I don’t do a lot of work with disabled index, but I learned how...

Back to Boston for SQL Saturday

By

I’m leaving again tomorrow for a trip. This time I head back to Boston...

T-SQL Tuesday #179: What’s In Your Data Detective Toolkit?

By

Most of us who work with data have, at least a few times, been...

Read the latest Blogs

Forums

7 sept, scheduled book

By philip.scott

Comments posted to this topic are about the item 7 sept, scheduled book

7 sept, schedlued article

By philip.scott

Comments posted to this topic are about the item 7 sept, schedlued article

6 sept, published book

By philip.scott

Comments posted to this topic are about the item 6 sept, published book

Visit the forum

Question of the Day

Azure Data Lake Storage Gen 2

Azure Data Lake Storage Gen 2 is built on ...?

See possible answers