本文介绍了USQL Casting的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用USQL,并希望将字符串列强制转换为整数列,或者将字符串变量强制转换为整数变量。

I am using USQL and would like to cast a string column into a integer column or cast a string variable to a integer variable.

我在SELECT子句中尝试了(int?)ColumnName但是没有真正起作用。 

I tried (int?)ColumnName in the SELECT clause but didn't really work. 

有没有办法解决这个问题?

Is there a way around this?

谢谢

推荐答案

我找到了一个帖子解决Stack Overflow上的类似问题。请查看答案  。我相信它们对您的情况也可能有所帮助。

I found a thread that addresses a similar issue on Stack Overflow. Please check the answers this threadout. I believe they might be helpful in your case as well.

如果有效,请告诉我们。否则,我们很乐意继续深入研究。

Let us know if it works. Else, we can gladly continue to dive deeper.


这篇关于USQL Casting的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 08:28