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 = 'O\\\'NEILL') AND (first_name = 'James J.') ORDER BY date ASC, patent, type |
No patents found where: Last Name is 'O\\\'NEILL'; First Name is 'James J.';
Total of 0.00 seconds