I would like to input an array parameter of IDs to Firebird Stored Procedure.
:INPUT_LIST_ID = [1, 2, 12, 45, 75, 45]
I\'m need
Try this:
SELECT * FROM CITY WHERE '/city1/city2/city.../' containing '/' || ID_CITY || '/';