如何计算 SQL Google SQL Workspace 中的字符数?
通常,我用 LEN 编写代码来计算字符并且它可以工作,而当我尝试计算 ID、浮点列等字符时,它不起作用。 LEN 仅用于字符串,而不用于浮点数。
我应该使用哪个命令来计算 ID 中的字符数
Usually, I write a code with LEN to count characters and it works, and when I try to count characters like an ID, a float column it doesn't work. LEN is used just for strings, and not for float.
Which command I should use to count the number of characters from an ID
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议这样的东西。
如果这无济于事,请分享更多详细信息,理想情况下是您要计算长度的ID的示例。
I'd suggest something like this.
Please share more details if this doesn't help, and ideally an example of an ID you're trying to count the length of.