\'\'\' UPDATE people SET name =\'numeric\' WHERE ISNUMERIC (name) =1; \'\'\'
Trying to set all names in name column which are numeric values to \'numeric\'.