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.
有没有办法调用在存储过程中没有定义输入和输出参数的存储过程转换?请指教。
我认为最简单的方法是创建一个虚拟映射(首先在源中创建一个虚拟表,其中包含不同数据类型的列),然后在会话的 pre-sql 或 post-sql 中调用存储过程。