Home Forums SQL Server 2005 Development How to add "dot" after every three digits in a number in sql 2005 RE: How to add "dot" after every three digits in a number in sql 2005

  • I've done something very similar with a tally table, where i wasinserting avbCrLf after a certain number of characters; I'm away from my hoe PC that has the code, but you can search fro Tally table and look at some of the examples, where you'd build a string fromt eh components from 1 toTally.N where Tally.N = len of the string

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!