UPDATE within a table from table name saved in the column

This question already has an answer here:

  • How do I UPDATE from a SELECT in SQL Server? 27 answers

  • This sounds like situation where you could use a cursor. Check out this StackOverflow question How to update a column fetched by a cursor

    链接地址: http://www.djcxy.com/p/16870.html

    上一篇: 是否有可能在Android中使用JDBC驱动程序执行更新查询

    下一篇: 在保存在列中的表名称的表内更新