|
SELECT [UserID]
,[GameID]
,[ProtectID]
,[PasswordID]
,[SpreaderID]
,[Accounts]
,[NickName]
,[LastLogonIP]
,[LastLogonDate]
,[LastLogonMobile]
,[LastLogonMachine]
,[RegisterIP]
,[RegisterDate]
FROM [QPAccountsDB].[dbo].[AccountsInfo] where
IsAndroid = 0 and
DATEDIFF(DAY,LastLogonDate,GETDATE()) >=框架协议 30
order by LastLogonDa框架读音te asc
|
|