- UPDATE orders
- SET order_value = order_value + 10
- WHERE cust_id IN (SELECT cust_id FROM customers WHERE postal_code = 75016);
SQL Using Subquery In Update Statement – MYsql Code |
---|
|
SQL Using Subquery In Update Statement
|
Published: | September 28, 2020 |
Author: | admin |
Category: | SQL Advanced, SQL Source Code |
Views: | 21 |
This article was posted in SQL Advanced, SQL Source Code and tagged Exercise SQL Using Subquery In Update Statement, How to write SQL Using Subquery In Update Statement, SQL Using Subquery In Update Statement - SQL Example. Bookmark the permalink. Follow comments with the RSS feed for this post.Post a Comment or leave a trackback: Trackback URL.
|
|