"Must declare the table variable" SQL Fiddle 内的错误
"Must declare the table variable" error within SQL Fiddle
我这里有一个SQLFiddle:http://sqlfiddle.com/#!18/2ab05d/69
我在 SSMS SQL 2016 中的代码 运行,但在 SQL Fiddle
中不会 运行
有什么办法可以解决吗?
谢谢,
林赛
它看起来像是 http://sqlfiddle.com 中的错误。
虽然您的代码在 https://dbfiddle.uk 中的 SQL Server 2016 上运行良好,因此您可以切换到那个。
Demo:
id_num | religionCategory
------: | :---------------
2520985 | Catholic
2541075 | Protestant
2934559 | Buddhist
3298125 | Protestant
3378597 | Presbyterian
3407535 | Catholic
3448905 | Presbyterian
2522034 | Protestant
2543021 | All Other
2933729 | Protestant
3450792 | Jewish
3041872 | Protestant
3210738 | Catholic
3220142 | Hindu
3570871 | Protestant
3348798 | Protestant
2343987 | Protestant
3433789 | Presbyterian
我这里有一个SQLFiddle:http://sqlfiddle.com/#!18/2ab05d/69
我在 SSMS SQL 2016 中的代码 运行,但在 SQL Fiddle
中不会 运行有什么办法可以解决吗?
谢谢,
林赛
它看起来像是 http://sqlfiddle.com 中的错误。
虽然您的代码在 https://dbfiddle.uk 中的 SQL Server 2016 上运行良好,因此您可以切换到那个。
Demo:
id_num | religionCategory ------: | :--------------- 2520985 | Catholic 2541075 | Protestant 2934559 | Buddhist 3298125 | Protestant 3378597 | Presbyterian 3407535 | Catholic 3448905 | Presbyterian 2522034 | Protestant 2543021 | All Other 2933729 | Protestant 3450792 | Jewish 3041872 | Protestant 3210738 | Catholic 3220142 | Hindu 3570871 | Protestant 3348798 | Protestant 2343987 | Protestant 3433789 | Presbyterian