首页 > TAG信息列表 > F2Y
自定义函数导致的sql性能问题
使用的是SQLSERVER数据库 一、自定义函数F2Y,在对在查询自定义函数时的性能影响,REPORT_PAY_TOTAL_TRADE为自定义函数 CREATE FUNCTION [dbo].[F2Y] ( @n_fen numeric(15,2) ) RETURNS numeric(15,2) AS BEGIN Declare @n_yuan numeric(15,2) select @n_yuan = convert(num