FROM VALUES Get link Facebook X Pinterest Email Other Apps August 15, 2023 SELECT c1, c2FROM ( VALUES (1, 'one'), (2, 'two') ) AS v1 (c1, c2); Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment