This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
AIP
/
AipGateway
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
0f274a834b
Rami (Branch)
Tag
master
AipGateway
/
AipDatabase.API
/
Repositories
/
Mapper
/
LinkedApiKey
/
DeleteById.sql
DeleteById.sql
103 B
Cronologia
Originale
1
2
3
4
UPDATE TB_LINKED_API_KEY
SET DeletedAt = GETDATE(),
UseYn = 0
WHERE ServerId = @serverId