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.
我在 linqpad 中编写代码并将其保存为 test.sql 然后我想从 matlab 调用查询。我应该怎么办?有人建议使用 result=runsqlscript(connect,'test.sql') 但它没有用。matlab中不存在函数runsqlscript。如果有人可以帮助我,我将不胜感激。谢谢!!
同意上述,这是最简单的方法,检查版本并使用数据库工具箱。添加对脚本调用的简单“检查”是使用接口连接到您的数据,并在导入数据按钮上使用下拉“生成 sql 脚本”为您的 sql 构建 Matlab“包装器”。如果错误消息看起来模棱两可,这很有用