sas
sas copied to clipboard
proc sql and select *
Syntax highlighting fails in the following case
proc sql;
CREATE TABLE foo AS
SELECT
*
FROM bar
;
quit;
Confirmed.