/ Published in: SQL

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT UserId, OrganizationId INTO #ORG_USERS FROM View_Users WHERE OrganizationId = @OrgId /* Code here */ DROP TABLE #ORG_USERS
Comments
