php怎么修改数据库表名
答案:2 悬赏:70 手机版
解决时间 2021-01-31 14:26
- 提问者网友:鼻尖触碰
- 2021-01-30 20:58
php怎么修改数据库表名
最佳答案
- 五星知识达人网友:胯下狙击手
- 2021-01-30 22:13
1
ALTER TABLE `a` RENAME TO `b`
ps : `不是引号
ALTER TABLE `a` RENAME TO `b`
ps : `不是引号
全部回答
- 1楼网友:纵马山川剑自提
- 2021-01-30 22:38
res!id = text14.text
if check1.value = 1 then
res!来电时间 = dtp1.value
else
dtp1.enabled = false
dtp1.value = vbnull
end if
if check2.value = 1 then
res!去电时间 = dtp2.value
else
dtp2.enabled = false
dtp3.value = vbnull
end if
res!公司名称 = text1.text
res!客户区域 = text2.text
res!联系人 = text3.text
res!联系电话 = text4.text
res!产品 = text5.text
res!认证类型 = text6.text
res!客户问题 = text7.text
res!销售代表 = combo1.text
res!跟踪进展1 = text8.text
res!跟踪进展2 = text15.text
res!跟踪进展3 = text15.text
res!当时回复 = combo2.text
res!业务部门 = combo3.text
res!客户分类 = combo4.text
if check3.value = 1 then
res!询价时间 = dtp3.value
else
dtp3.enabled = false
dtp3.value = vbnull
end if
res!报价人 = combo5.text
res!报价时效 = combo6.text
if check4.value = 1 then
res!下次联系时间 = dtp4.value
else
dtp4.enabled = false
dtp4.value = vbnull
end if
res!备注跟踪情况 = text9.text
res!最终结果 = text10.text
res!原因分析 = text11.text
res!改进建议 = text12.text
res!备注 = text13.text
res.update
res.close
msgbox "保存修改完毕!", vbokonly, "提示"
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯