摘要:
decimal的toString示例,保留两位小数 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TestDecimal { class Program 阅读全文
摘要:
out apply是sql中较少使用的关键字。它还有个兄弟 cross apply。 表值函数可以返回一个表作为函数的结果。如: CREATE FUNCTION fnGetFlightSegment(@orderNo varchar(32)) RETURNS TABLE AS RETURN ( SE 阅读全文