X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql-classes.lisp;h=e70c638d3a485963e4abe5875219b15751ccb811;hb=ec2991ca875523db565edebcf9d4242487c1b868;hp=218f55be576f76b9e57065f8ae35880553eca5b5;hpb=cb94897727f1a351ad746fa4686d72fab4996342;p=umlisp.git diff --git a/sql-classes.lisp b/sql-classes.lisp index 218f55b..e70c638 100644 --- a/sql-classes.lisp +++ b/sql-classes.lisp @@ -866,7 +866,7 @@ is OBJNAME from TABLE where WHERE-NAME field = WHERE-VALUE with FIELDS" (ignore-errors (sql-execute "drop table USTATS" conn)) (sql-execute "create table USTATS (NAME varchar(160), COUNT bigint, SRL integer)" conn) - (dotimes (srl 4) + (dotimes (srl 5) (insert-ustats-count conn "Concept Count" "MRCONSO" "distinct CUI" "KCUILRL" srl) (insert-ustats-count conn "Term Count" "MRCONSO" "distinct KCUILUI" "KCUILRL" srl) (insert-ustats-count conn "Distinct Term Count" "MRCONSO" "distinct LUI" "KLUILRL" srl)