Other then creating a temp table is there an elegant way to select a random column value in an inline query
SELECT [Col1],
[Col2],
ChooseRandomlyFrom('Lateral', 'AP', 'AP Ext Rot', 'PA', 'PA Obl', 'PA Pbl Int Rot', 'Lateral', 'L5 S1', 'PA Navicular'),
[Col3]
FROM [dbo].[MyTable]
I would like random per row in a query to generate a sample data set