How to make fixed length digit
this is one of the easy posts for me i will talk about how to fixed length digit . means i have column stored in the DB and i want to show hime with fiexd lenght like “00001 or 00123” that is pretty much easy using one of the sql functions Called STUFF this function […]
More »