lookupcombobox点击选择close后显示的数值为notebook001
现在SQL代码为
elect product_retail_price,(select discount_price from products_discount where discount_start_date < getdate() and discount_end_date > getdate() and product_key='notebook0001') as discount_price from products where product_key='notebook0001'如何将这段代码的最后取值赋值给LABEL1