Skip to Main Content

MySQL Database

Announcement

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!

MySQL 8 and Solaris 11.4, x86

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

This post has been answered by Steffen Moser on Oct 25 2021
Jump to Answer

Comments

Scott Wesley
Answer

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

Marked as Answer by SteveQuinlivan · Apr 21 2021
SteveQuinlivan

Thanks @scott-wesley, the Popup Lov will give me what i need

Regards

1 - 2

Post Details

Added on Aug 6 2021
66 comments
2,412 views