Class Report for: AQL Queries
Enantioselectivity or thermostability
select p,t,y from p in class Paper, t in p->Title where t like "*enantiosel*", y in p->Year where y like "2*" order by :y desc
select p,t,y from p in class Paper, t in p->Title where t like "*thermostab*", y in p->Year where y like "2*" order by :y desc
|
|