I am wanting to bomb one row, and reset all values to 0. How can I do this? I have tried % and * in there, but no go. Any suggestions? UPDATE photo_package SET code = replace(code, "wildcard", "0")