gpt4 book ai didi

mysql - 如何使用 Google Apps 脚本从变量中的数据库中设置选取值

转载 作者:行者123 更新时间:2023-11-29 18:23:01 24 4
gpt4 key购买 nike

MySQL表1结构:

id  name  age  status
1 roy 30 1
2 jon 40 0
3 roky 25 1
4 jerin 28 1
number_row=select * FROM table1 where status=0

for{i=0;i<number_row;i++}
if (status==0){
update that row and save in table2
}else{
no update
}
}

代码:我无法设置要应用的变量中数据库表中的选取值If Else 条件。

最佳答案

改变

if (status=0){

if (status==0){

= is assignment

== is equality

=== is strict equality

关于mysql - 如何使用 Google Apps 脚本从变量中的数据库中设置选取值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46418475/

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