You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/website/index/samples/sample.ecl.txt

8 lines
169 B
Plaintext

F0 := IMDB.File_actors;
CountActors := RECORD
F0.ActorName;
UNSIGNED C := COUNT(GROUP);
END;
MoviesIn := TABLE(F0,CountActors,ActorName);
OUTPUT(TOPN(MoviesIn,100,-C));