Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在我的 SQL 中使用下面的语句。是否可以通过任何方式动态选择表格数据库。(例如从 Comobox 中选择表名,然后显示所选表中的数据)
SET @var1 = 'test'; SELECT * From @var1
动态 SQL 要求您创建一个由 sql 语句组成的字符串,然后执行该字符串。 字符串中的动态 t-sql 引号