Regatta home page
Search...
⌘K
Ask AI
Support
Start Coding
Start Coding
Search...
Navigation
Regatta Basics
Update Entry
Docs Home
Quickstart
SQL
Regatta Cloud
Self-Hosted Deployment
Drivers & Clients
Tuning Performance
Getting Started
Getting Started Using Regatta Cloud
Access the Cloud
Creating a Cluster
Regatta Basics
Create a Table
Default Device Mapping
Selected Device Mapping
Insert Values
Select Values from Table
Update Entry
Delete Entry from Table
Drop Table
Credentials
Linear Scaling
Linear Scaling
Creating the Demo Environment
Comparing Performance
Regatta Basics
Update Entry
Let’s give Richard Roe a raise.
Copy
Ask AI
UPDATE
employees
SET
employee_salary
=
20202
WHERE
employee_name
=
'Richard Roe'
Now let’s run the SELECT command from the previous section and see if Richard Roe appears now.
Indeed, Richard Roe appears now as he has a higher salary.
Was this page helpful?
Yes
No
Select Values from Table
Delete Entry from Table
Assistant
Responses are generated using AI and may contain mistakes.