Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Wednesday, March 7, 2018

Generate UserName from Existing table

SQLServerCentral » Latest topics
Generate UserName from Existing table
Hi Guys,

I have one new challenge to generate UserName from the table, below i provide some sample data

[code language="sql"]
CREATE TABLE #TEMP
(ID VARCHAR(10),
FIRSTNAME VARCHAR(50)

No comments: