一、greatest函数用法 greatest函数是一种特殊的函数,用于比较多个输入参数并输出最大值。 SELECT GREATEST(10,20,30,40); /* Output: 40 */ 在 … Continue reading greatest函数的用法与特点(mysql的greatest函数)
一、greatest函数用法 greatest函数是一种特殊的函数,用于比较多个输入参数并输出最大值。 SELECT GREATEST(10,20,30,40); /* Output: 40 */ 在 … Continue reading greatest函数的用法与特点(mysql的greatest函数)