Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have string
@col=1,2,3,4

I have table where value of this key is store like
colA	colB
1	A	
2	B
3	C

I want to create fnction which convert @col=1,2,3 to @col=A,B,C w.r.t its value in that table
Posted
Comments
[no name] 19-Apr-14 8:31am    
Okay and so what is the problem?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900