Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the use of set in mysql

2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces what is the use of set in mysql. It is very detailed and has a certain reference value. Interested friends must finish reading it!

SET is a way of assigning values to defined variables in SQL Server and is often used with update statements.

Syntax:

UPDATE table name SET column name = new value WHERE column name = a value

Note:

There are two ways to assign values to defined variables in SQL Server, namely SET and SELECT. The differences between the two ways are as follows:

1. There is a difference when assigning values to multiple variables at the same time:

Set does not support assigning multiple variables.

Select supports the assignment of multiple variables.

2. There is a difference when an expression returns multiple values:

Set will make an error when returning multiple values to an expression

When select returns multiple values to an expression, it returns the result to the last value assigned to the variable.

3. There is a difference between the values not returned by the expression:

When set returns a value of an expression, the variable is assigned a null value.

When select returns an unreturned value of an expression, the variable maintains its original value.

The above is all the content of this article "what is the use of set in mysql?" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report