gpt4 book ai didi

mysql - 如何更改 View 中的数据类型?

转载 作者:可可西里 更新时间:2023-11-01 07:28:22 25 4
gpt4 key购买 nike

在 MySQL 中,有没有一种方法可以在不涉及中间表的情况下更改字段的数据类型,而不是原始数据类型?

最佳答案

看看12.10. Cast Functions and Operators

The CAST() function takes an expression of any type and produces a result value of a specified type, similar to CONVERT().

CAST(expr AS type)

and

CONVERT(expr,type), CONVERT(expr USING transcoding_name)

关于mysql - 如何更改 View 中的数据类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13151697/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com