Would this do it? create or replace function get_possible_words(mainchar text) returns setof dict language sql as $$ select * from dict ...
確定! 回上一頁