Product(pid, product_name, product_price)
right(str, 1)= ‘A’
where 后面的筛选条件可以用 like '%A';
where 条件也可以用 substr('12334',length('12334')) 这个是计算字符串最后一位字符的