Changes

Jump to navigation Jump to search
378 bytes added ,  12:50, 2 August 2017
--2364
==Joining firms with funds==
DROP TABLE firmfundstestjoin;
CREATE TABLE firmfundstestjoin AS
SELECT f.firmname AS firmfirmname, fu.firmname AS fundsfirmname
FROM firmbasecore AS f
INNER JOIN fundbasecore AS fu ON f.firmname = fu.firmname WHERE fu.firmname != 'Undisclosed Firm';
If you do the full join you will notice that there are 30 firms in the funds table that do not exist in the firms table.
==Cleaning roundline==

Navigation menu