SELECT * FROM LARS (ON (SELECT 1) PARTITION BY 1 InputTable ('diabetes') OutputTable ('diabetes_lars') InputColumns ('y', 'age', 'sex', 'bmi', 'map', 'tc', 'ldl', 'hdl', 'tch', 'ltg', 'glu') Method ('lar') Intercept ('true') Normalize ('true') MaxIterNum ('20') );