SELECT [Users].[ID] AS [ID], [Users].[Login] AS [Login], [Users].[Password] AS [Password], [Users].[Fam] AS [Fam], [Users].[Role] AS [Role] FROM [dbo].[Users] AS [Users]