SAS nested SQL use

xiaoxiao2021-03-06  65

Proc SQL;

Select Fields, (Select Distinct Field from Table2 Where Table1.field1 = Filed2) from table1;

Quit;

转载请注明原文地址:https://www.9cbs.com/read-119434.html

New Post(0)