打算发展www.ntsky.com,而短期内不会发展 chinascripts.com为技术站了。
所以将原来的chinascripts.com的链接换成www.ntsky.com,使用了mysql的REPLACE函数完成。
update t_content set source=REPLACE(source,'chinascripts','ntsky');
Continue reading "mysql replace 函数"
所以将原来的chinascripts.com的链接换成www.ntsky.com,使用了mysql的REPLACE函数完成。
update t_content set source=REPLACE(source,'chinascripts','ntsky');
Posted on 2007-09-25 12:13:49
reader (850) |
Comments (3)