首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > PHP >

数据库update语句有关问题

2012-09-06 
数据库update语句问题update 表名 set 列名一段字符串+表id+字符串怎么写[解决办法]update 表名 set 列名

数据库update语句问题
update 表名 set 列名=一段字符串+表id+字符串怎么写

[解决办法]
update 表名 set 列名='一段字符串'+表id+'字符串';
[解决办法]
hehe, #1 楼好幽默 :)

应该用 CONCAT() 吧?……
[解决办法]

探讨

hehe, #1 楼好幽默 :)

应该用 CONCAT() 吧?……

[解决办法]
update 表名 set 列名1='字符串1',列名2='字符串2',列名3='字符串3'....
[解决办法]
update是更改数据操作
[解决办法]
后面加上 where ID=‘1’
[解决办法]
用 . 连接
[解决办法]
他的意思应该是在一个已知ID=‘1’的数据中更新数据
[解决办法]
我也不知道
[解决办法]
update tablename set name='.$name.' where id=1;
[解决办法]
探讨

update winiis_c_fileaq set pageup='../aq/1207/index_'+cast(c_id-1 as varchar(20))+'.html'
我自己写出来了

热点排行