SELECT DISTINCT patent.*, YEAR(date) as year FROM patent LEFT JOIN name ON name.patent = patent.patent AND name.type = patent.type WHERE (residence = 'Royer\\\'s Ford, PA') ORDER BY date ASC, patent, type |
No patents found where: Residence is 'Royer\\\'s Ford, PA';
Total of 0.01 seconds