Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / NewStats: 3,208,826 members, 8,003,916 topics. Date: Friday, 15 November 2024 at 11:15 PM |
Nairaland Forum / Science/Technology / Programming / How To Generate A Serial Number And String In Sql (2931 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)
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)
Re: Amazon Recruitment Of Software Developers In Nigeria 2022. Opinion / My React Single Page For Small Start Up Business (Request Web App - No Backend ) / Programmers Are Good In Mathematics
(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. 8 |