ms sql select into variable的相關文章
SELECT @local_variable (Transact-SQL)

SELECT @local_variable (Transact-SQL)

瀏覽:417
日期:2026-04-19
SELECT @ local_variable is typically used to return a single value into the variable. However, when expression is the name of a column, it can return multiple values. If the SELECT statement returns more than one value, the variable is assigned the last v...看更多