Is it possible to use the %TYPE and array together?
CREATE FUNCTION role_update(
IN id "role".role_id % TYPE,
IN name "role".role_name % TYPE,
IN user_id_list "user".user_id % TYPE[],
IN permission_id_list INT[]
)
我只字眼错了,但我不想重复任何一栏,因此我想使用<条码>“用户”_id % TYPE,而不是单纯的<条码>INT<>,因为随后便更容易修改任何一栏。