SELECT DISTINCT patent.*, YEAR(date) as year FROM patent LEFT JOIN category ON category.patent = patent.patent AND category.type = patent.type WHERE (category.class = '174') AND (category.subclass = '133R') ORDER BY patent ASC, type |
Search error: Table 'reference.patent' doesn't exist
SQL: SELECT DISTINCT patent.*, YEAR(date) as year FROM patent LEFT JOIN category ON category.patent = patent.patent AND category.type = patent.type WHERE (category.class = '174') AND (category.subclass = '133R') ORDER BY patent ASC, type
Total of 0.00 seconds