DeleteById.sql 103 B

1234
  1. UPDATE TB_LINKED_API_KEY
  2. SET DeletedAt = GETDATE(),
  3. UseYn = 0
  4. WHERE ServerId = @serverId