Quantcast
Channel: Substring In Sql | Automatic Website Traffic RSS
Viewing all articles
Browse latest Browse all 989

Random Word Generation for Data Scrub#Bing

$
0
0

Here is the DDL: CREATE Function [dbo].[RANDWORD]() returns VARCHAR(255) as BEGIN return ( select top 1 UPPER(LEFT(TheWord,1)) + LOWER(SUBSTRING(TheWord,2,LEN(TheWord))) as TheWord from [wordsEn] where WordId = dbo.RANDBETWEEN(1,(select max(wordid ...

Viewing all articles
Browse latest Browse all 989

Trending Articles