demo008.sql

来自「100多个SQL小程序,包含游标,基本增删改查,希望多你有用」· SQL 代码 · 共 7 行

SQL
7
字号
--Use the sp_executesql system stored procedure to execute a Unicode string.
--sp_executesql supports parameter substitution similar to the RAISERROR statement.

EXEC sp_executesql N'SELECT * FROM NorthwindSQL.dbo.飞狐工作室'


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?