26.4.5.8 The list_drop() Function
Removes a value from a comma-separated list of values and returns the result. For more information, see the description of list_add()
Parameters
in_list TEXT: The list to be modified.in_drop_value TEXT: The value to drop from the list.
Return Value
A TEXT value.
© 2025 Oracle
Licensed under the GPLv2 License.