sql select 110的数字

SELECT V
FROM (
  VALUES (1), (2), (3), (4), (5),
         (6), (7), (8), (9), (10)
) [1 to 10](V)
原文地址:https://www.cnblogs.com/sueris/p/5872934.html