I have the following string literals
('Tv','Radio','Magazine','Internet')
I want to set the value of a certain column in a table to any of the above randomly.
so I would like to say
update table set type to (('Tv' or 'Radio' or 'Magazine' or 'Internet'))