1

関数の結果を WITH 句の名前に割り当てるにはどうすればよいですか?

試した:

with
    has_perm as ( has_perm(:user) )
select * from my_table where has_perm = 'Y'
4

1 に答える 1