in reply to Re^2: How to implement a checkbox that will send data to dbin thread How to implement a checkbox that will send data to db
# get Discontinued my $sql = qq!SELECT DISTINCT("Discontinued")::CHAR AS disc FROM "Products" ORDER BY 1 DESC !; [download]