How can I select from list of values in SQL Server I have very simple problem that I can’t solve. I need to do something like this: select distinct * from (1, 1, 1, 2, 5, 1, 6). Anybody can... May 19, 2022 0 Comments