SELECT * FROM RandomSample ( ON (SELECT 1) PARTITION BY 1 InputTable ('fs_input') SamplingMode ('basic') NumSample ('10') WeightColumn ('wt') Seed ('1') SeedColumn ('model') ) ORDER BY 1, 2, 3;
SELECT * FROM RandomSample ( ON (SELECT 1) PARTITION BY 1 InputTable ('fs_input') SamplingMode ('basic') NumSample ('10') WeightColumn ('wt') Seed ('1') SeedColumn ('model') ) ORDER BY 1, 2, 3;