News
proc sql; select distinct lastname label "Took Orders", takenby, count (shipped) as ordship from vlib.allemp, vlib.allordr where takenby=empid group by takenby having ordship=6; ...
The SQL procedure implements the Structured Query Language in the SAS System. The SQL procedure follows the SQL convention of using the terms column and row for variable and observation This section ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results