Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3816 Points
750 Posts
MVP
Sep 20, 2011 04:14 PM|LINK
assuming you want to replace all these fields with empty string, it could be
update [table] set [field]=''
where [field] like '%http://dfrgcc.com/ur.php%'
kwanann
Contributor
3816 Points
750 Posts
MVP
Re: SQL Injection script
Sep 20, 2011 04:14 PM|LINK
assuming you want to replace all these fields with empty string, it could be
update [table] set [field]=''
where [field] like '%http://dfrgcc.com/ur.php%'
View my blog @ http://jefferytay.wordpress.com