摘要:
CREATE OR REPLACE Function GetSumTime(InDT Number) Return VarChar2 is Result VarChar2(40);Begin --已过期 If InDT <= 0 Then Result := '已过期'; Else --核算 天 小 阅读全文
摘要:
1.通过函数转 function Base64ToStr1(const Base64: string): string;var I, J, K, Len, Len1: Integer; B4: array[0..3] of Byte;begin if Base64 = '' then begin R 阅读全文