SELECT DISTINCT patent.*, YEAR(date) as year FROM patent LEFT JOIN name ON name.patent = patent.patent AND name.type = patent.type WHERE (last_name = 'BROWN') AND (first_name = 'Fred') ORDER BY date ASC, patent, type |
Total of 1 patents found where: Last Name is 'BROWN'; First Name is 'Fred';
View a patent by clicking on the patent number. You can sort by any of the columns by clicking on the column name.
T / S | Patent | Date | Description | Patentee | Category | Assigned To |
1912 | ||||||
U | 1,048,390 | December 24, 1912 | Insulator Self-tying screw top with slotted top |
BROWN, Fred |
Self-tying Screw Top |
Total of 0.00 seconds