| 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 = 'MORGAN') AND (first_name = 'Jacque L.') ORDER BY date ASC, patent, type |
Total of 2 patents found where: Last Name is 'MORGAN'; First Name is 'Jacque L.';
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 |
| 1898 | ||||||
| D | 29,782 | December 6, 1898 | Design for an Insulator Miscellaneous insulator |
MORGAN, Jacque L. |
Misc | |
| 1899 | ||||||
| D | 30,564 | April 18, 1899 | Design for an Insulator Miscellaneous insulator |
MORGAN, Jacque L. |
Misc | |
Total of 0.02 seconds