Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi Guys, in my requirement i have a problem ,

I have a Two tables ,

First Table :

Privilized Table With Two Columns,

Group Code ----------- Privilizedstring(varchar(Max))
aa-------------------10101011110
aaa------------------11101110000

Second table is:


User table
with Two Columns,

Userid ------------ GroupCode

user1------------aa
user1------------aaa

Example: We need to combined the PrivilizedString for the user1 as below.

10101011110
11101110000
----------------
11101111110

please any one help me..
Posted
Updated 5-Nov-12 1:54am
v3

1 solution

Are you adding binary? cause that's what your question seems to me. Please use the 'Improve question' widget to provide better information to your question.
 
Share this answer
 
v2
Comments
CH Guravaiah 5-Nov-12 23:29pm    
binary values can be combined the PrivilizedString for the user1.

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