摘要: create or replace function addjifen( iuserid text, iamout INTEGER)returns textAS\[BEGIN return 'hello word';END\] LANGUAGE plpgsql;select addjifen('10020202', 1) 阅读全文
posted @ 2015-12-04 14:10 springday 阅读(282) 评论(0) 推荐(0)