sql query needed

  • Hi

    Its really getting confuse over here... Just need to ask you need that value to be splite into two columns one with only numerical and other only alpha. Is this you want...

    Thanks & Regards
    Syed Sami Ur Rehman
    SQL-Server (Developer)
    Hyderabad
    Email-sami.sqldba@gmail.com

  • There is nothing to get confused Mr Rehman...just copy paste the code before your post and you will know exactly what it does. By the way the issue is now resolved and the post before you was perfect :). Thanks anyways

  • Try this

    Select convert(varchar(20),Column1)+' '+ Column2 [ColumnName]

  • u r joking aint you...

Viewing 4 posts - 16 through 18 (of 18 total)

You must be logged in to reply to this topic. Login to reply