资讯
The DICTIONARY tables component is specified in the FROM clause of a SELECT statement. DICTIONARY is a reserved libref for use only in PROC SQL. Data from DICTIONARY tables are generated at run time.
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; ...
当前正在显示可能无法访问的结果。
隐藏无法访问的结果