So I'm inserting a data for 3k columns but I want them to have random set of inserts to be inserted. For example:
('ATMOUTOFSERVICE','ATMBEINGSERVICE','NETWORKCONNECTIONLOST','BLACKSCREEN')
Is there any possible way that i can insert them in my columns randomly but just within those choices?
INSERTstatements.