gpt4 book ai didi

mysql - 如何使用保留字来命名选择字段?

转载 作者:行者123 更新时间:2023-11-29 19:42:31 25 4
gpt4 key购买 nike

我有一个名为 action_type 的字段。

如何运行此查询并使用保留字(类型)

Select action_type as Action Type from mytable

最佳答案

使用reserved word in MySQL (或特殊字符或空格)您必须将其放在反引号中

select action_type as `type` from your_table

关于mysql - 如何使用保留字来命名选择字段?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41263574/

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