Link to home
Start Free TrialLog in
Avatar of Meinhoonaa
Meinhoonaa

asked on

need help conveting sql to linq

SELECT x.profile_group_id, u.*
  FROM [ELT_dev].[dbo].[user] u, user_profile_group_xref x
  where u.user_id = 39
  and x.user_id = u.user_id;
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial