Untitled
unknown
plain_text
4 years ago
385 B
8
Indexable
select Users.* , c.CountryName , Firstname +' ' + lastname as FullName from Users
inner join Countries c on c.CountryId = Users.Country
where 1 = 1
and userid in (select userid from [dbo].[BossCountryUsers] where countryid = @categoryID)
order by FirstName,LastNameEditor is loading...