For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Is there any sign/plans for MySQL 8 to be added to Solaris 11.4 please? I can see there is a version available for SPARC, but not x86 (on dev.mysql.com).
TIA
The native Popup Lov facilitates multi-value selection (from 19.x), or the Select2 plugin can do the same. This would be from a known set of values. They will store the values in a delimited string for that field, which you than then use apex_string.split to break it up as necessary. If you need to dynamically add tags, then you may consider the United Codes List Extension plugin
Thanks @scott-wesley, the Popup Lov will give me what i need
Regards