 |
|
|
#trim(getprods.subname)#
#rtrim(getprods.descrip)#
|
#trim(getprods.prod_size)#
|
select id,prod_size
from #trim(prod_table)#
where id>0 and id<>#trim(id)# and (pname like '#trim(getprods.pname)#' or pname_fr like '#trim(getprods.pname)#' or pname_sp like '#trim(getprods.pname)#')
order by prod_size
|
|
|
|
|
 |