SELECT
[UserAccount].[tmp_field] AS [tmp_field],
[UserAccount].[UserCode] AS [UserCode],
[UserAccount].[PassWord] AS [PassWord],
[UserAccount].[JobTicket] AS [JobTicket],
[UserAccount].[Report] AS [Report],
[UserAccount].[PathSetup] AS [PathSetup],
[UserAccount].[UserSetup] AS [UserSetup],
[UserAccount].[GROUP_CODE] AS [GROUP_CODE]
FROM [dbo].[UserAccount] AS [UserAccount]