I need to update the "myddl" column of the mysql database table using the stored procedure "SAVE_20250127"
The "myddl" column of the mysql database table must contain one or more values selected from the multiple-select listbox.
If the value from the listbox is multiple, the "myddl" column must record, e g. "Chicago; Denver"
If the value from the listbox is single, the "myddl" column must record, e. g, "Chicago;"
Now the "myddl" column of the mysql database table updates only if the value from the listbox is multiple, e g. "Chicago; Denver"
If the value from the listbox is single, e. g, "Chicago;" the column "myddl" is updated as empty.