Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,133 members, 7,814,964 topics. Date: Thursday, 02 May 2024 at 02:40 AM

How To Generate A Serial Number And String In Sql - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / How To Generate A Serial Number And String In Sql (2879 Views)

Help!!! Login Failed For User in SQL Server / How To Generate A Word File .doc/.docx Using Php / Troubleshooting A String In Javame (2) (3) (4)

(1) (Reply) (Go Down)

How To Generate A Serial Number And String In Sql by hydex: 2:52pm On Feb 15, 2010
Good day to you all.

Does anyone know how to concatenate serial numbers with a text in SQL Server?.
I want some thing like this

Select Max(ID) from TableName;
lets say the query returns 6789.
I want the result to concatenate with REC

So that i will have REC6789 as my final result, while the next one will have to be REC6790. I want to be able to achieve this in ASP.NET C#
Re: How To Generate A Serial Number And String In Sql by fiz007: 7:28pm On Feb 17, 2010
y dont u do d concatenation in d c# code den insert d new value into database?
Re: How To Generate A Serial Number And String In Sql by dazz4me: 8:31pm On Feb 17, 2010
Why don't you declare a variable in your code and then concatenate it with the returned value
Re: How To Generate A Serial Number And String In Sql by Beaf: 11:20pm On Feb 17, 2010
Select 'REC' + Cast(Max(ID) as varchar(4)) SerialNum from TableName
Re: How To Generate A Serial Number And String In Sql by Nobody: 8:29am On Feb 27, 2010
it's so easy

but you must be careful when doing it PM me we tell u

(1) (Reply)

Data Science Enthusiasts, Let's Meet Here, Talk And Share Ideas! / Indians Are Not Joking In Tech See Photo � / Assembly Tutorial : Part 1 (The Basics)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 5
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.