Changes

Jump to navigation Jump to search
170 bytes added ,  12:49, 28 July 2017
SELECT COUNT(*) FROM fundbase1 WHERE undisclosedflag = 0;
--27097
SELECT COUNT(*) FROM (SELECT DISTINCT fundname, firstinvdate FROM fundbase1 WHERE undisclosedflag = 0)a;
--27097
You can see that fundname, firstinvdate is a good key.
==Cleaning roundline==

Navigation menu