ODBC guide

Update team by ID


Updates an existing team by its ID. Set the columns you want to change (e.g. Name, Description); the WHERE clause targets the team. Use when renaming a team or updating its description.

UPDATE Teams SET	Name = 'PointOfServiceProject Team' WHERE Id='8djr4d07-5555-5555-9552-0b6d7je99w7f'