1 2 3 4 5 |
update [WWW].[dbo].[NOTICE] set content = Replace(Convert(varchar(MAX),content),'1.23.222.333','haha.co.kr') where content like '%1.23.222.333%' and no >= 4000 and no<4500 |
1 2 3 4 5 |
update [WWW].[dbo].[NOTICE] set content = Replace(Convert(varchar(MAX),content),'1.23.222.333','haha.co.kr') where content like '%1.23.222.333%' and no >= 4000 and no<4500 |
Copyright © 2024 | WordPress Theme by MH Themes