SQL code

--------------------------------------------------------------------------

-- Author : 原著: 改编:htl258(Tony)

-- Date : 2010-04-24 06:39:55

-- Version:Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (Intel X86)

-- Jul 9 2008 14:43:34

-- Copyright (c) 1988-2008 Microsoft Corporation

-- Developer Edition on Windows NT 5.1 (Build 2600: Service Pack 3)

-- Blog : http://blog.csdn.net/htl258

-- Subject: 完善SQL农历转换函数(显示中文格式,加入润月的显示)

--------------------------------------------------------------------------

--注:由于一时找不到原著作者,所以暂未填入。大家有知道的告知一下,谢谢!

--参考此地址的代码:http://dev.csdn.net/article/26/26487.shtm

--创建基础数据表

if object_id('SolarData') is not null

drop table SolarData

go

create table SolarData

(

yearid int not null,

data char(7) not null,

dataint int not null

)

--插入数据

insert into

SolarData select 1900,'0x04bd8',19416 union all select 1901,'0x04ae0',19168

union all select 1902,'0x0a570',42352 union all select 1903,'0x054d5',21717

union all select 1904,'0x0d260',53856 union all select 1905,'0x0d950',55632

union all select 1906,'0x16554',91476 union all select 1907,'0x056a0',22176

union all select 1908,'0x09ad0',39632 union all select 1909,'0x055d2',21970

union all select 1910,'0x04ae0',19168 union all select 1911,'0x0a5b6',42422

union all select 1912,'0x0a4d0',42192 union all select 1913,'0x0d250',53840

union all select 1914,'0x1d255',119381 union all select 1915,'0x0b540',46400

union all select 1916,'0x0d6a0',54944 union all select 1917,'0x0ada2',44450

union all select 1918,'0x095b0',38320 union all select 1919,'0x14977',84343

union all select 1920,'0x04970',18800 union all select 1921,'0x0a4b0',42160

union all select 1922,'0x0b4b5',46261 union all select 1923,'0x06a50',27216

union all select 1924,'0x06d40',27968 union all select 1925,'0x1ab54',109396

union all select 1926,'0x02b60',11104 union all select 1927,'0x09570',38256

union all select 1928,'0x052f2',21234 union all select 1929,'0x04970',18800

union all select 1930,'0x06566',25958 union all select 1931,'0x0d4a0',54432

union all select 1932,'0x0ea50',59984 union all select 1933,'0x06e95',28309

union all select 1934,'0x05ad0',23248 union all select 1935,'0x02b60',11104

union all select 1936,'0x186e3',100067 union all select 1937,'0x092e0',37600

union all select 1938,'0x1c8d7',116951 union all select 1939,'0x0c950',51536

union all select 1940,'0x0d4a0',54432 union all select 1941,'0x1d8a6',120998

union all select 1942,'0x0b550',46416 union all select 1943,'0x056a0',22176

union all select 1944,'0x1a5b4',107956 union all select 1945,'0x025d0',9680

union all select 1946,'0x092d0',37584 union all select 1947,'0x0d2b2',53938

union all select 1948,'0x0a950',43344 union all select 1949,'0x0b557',46423

union all select 1950,'0x06ca0',27808 union all select 1951,'0x0b550',46416

union all select 1952,'0x15355',86869 union all select 1953,'0x04da0',19872

union all select 1954,'0x0a5d0',42448 union all select 1955,'0x14573',83315

union all select 1956,'0x052d0',21200 union all select 1957,'0x0a9a8',43432

union all select 1958,'0x0e950',59728 union all select 1959,'0x06aa0',27296

union all select 1960,'0x0aea6',44710 union all select 1961,'0x0ab50',43856

union all select 1962,'0x04b60',19296 union all select 1963,'0x0aae4',43748

union all select 1964,'0x0a570',42352 union all select 1965,'0x05260',21088

union all select 1966,'0x0f263',62051 union all select 1967,'0x0d950',55632

union all select 1968,'0x05b57',23383 union all select 1969,'0x056a0',22176

union all select 1970,'0x096d0',38608 union all select 1971,'0x04dd5',19925

union all select 1972,'0x04ad0',19152 union all select 1973,'0x0a4d0',42192

union all select 1974,'0x0d4d4',54484 union all select 1975,'0x0d250',53840

union all select 1976,'0x0d558',54616 union all select 1977,'0x0b540',46400

union all select 1978,'0x0b5a0',46496 union all select 1979,'0x195a6',103846

union all select 1980,'0x095b0',38320 union all select 1981,'0x049b0',18864

union all select 1982,'0x0a974',43380 union all select 1983,'0x0a4b0',42160

union all select 1984,'0x0b27a',45690 union all select 1985,'0x06a50',27216

union all select 1986,'0x06d40',27968 union all select 1987,'0x0af46',44870

union all select 1988,'0x0ab60',43872 union all select 1989,'0x09570',38256

union all select 1990,'0x04af5',19189 union all select 1991,'0x04970',18800

union all select 1992,'0x064b0',25776 union all select 1993,'0x074a3',29859

union all select 1994,'0x0ea50',59984 union all select 1995,'0x06b58',27480

union all select 1996,'0x055c0',21952 union all select 1997,'0x0ab60',43872

union all select 1998,'0x096d5',38613 union all select 1999,'0x092e0',37600

union all select 2000,'0x0c960',51552 union all select 2001,'0x0d954',55636

union all select 2002,'0x0d4a0',54432 union all select 2003,'0x0da50',55888

union all select 2004,'0x07552',30034 union all select 2005,'0x056a0',22176

union all select 2006,'0x0abb7',43959 union all select 2007,'0x025d0',9680

union all select 2008,'0x092d0',37584 union all select 2009,'0x0cab5',51893

union all select 2010,'0x0a950',43344 union all select 2011,'0x0b4a0',46240

union all select 2012,'0x0baa4',47780 union all select 2013,'0x0ad50',44368

union all select 2014,'0x055d9',21977 union all select 2015,'0x04ba0',19360

union all select 2016,'0x0a5b0',42416 union all select 2017,'0x15176',86390

union all select 2018,'0x052b0',21168 union all select 2019,'0x0a930',43312

union all select 2020,'0x07954',31060 union all select 2021,'0x06aa0',27296

union all select 2022,'0x0ad50',44368 union all select 2023,'0x05b52',23378

union all select 2024,'0x04b60',19296 union all select 2025,'0x0a6e6',42726

union all select 2026,'0x0a4e0',42208 union all select 2027,'0x0d260',53856

union all select 2028,'0x0ea65',60005 union all select 2029,'0x0d530',54576

union all select 2030,'0x05aa0',23200 union all select 2031,'0x076a3',30371

union all select 2032,'0x096d0',38608 union all select 2033,'0x04bd7',19415

union all select 2034,'0x04ad0',19152 union all select 2035,'0x0a4d0',42192

union all select 2036,'0x1d0b6',118966 union all select 2037,'0x0d250',53840

union all select 2038,'0x0d520',54560 union all select 2039,'0x0dd45',56645

union all select 2040,'0x0b5a0',46496 union all select 2041,'0x056d0',22224

union all select 2042,'0x055b2',21938 union all select 2043,'0x049b0',18864

union all select 2044,'0x0a577',42359 union all select 2045,'0x0a4b0',42160

union all select 2046,'0x0aa50',43600 union all select 2047,'0x1b255',111189

union all select 2048,'0x06d20',27936 union all select 2049,'0x0ada0',44448

GO

oracle 取农历函数,完善SQL农历转换函数相关推荐

  1. 大小端、字节顺序转换函数和IP地址格式转换函数

    大小端.字节顺序转换函数和IP地址格式转换函数 大小端 CPU大小端之分 常见字节序 字节顺序转换函数 Linux系统下定义 Windows系统下 ntohs() htons() htonl()和nt ...

  2. oracle非常量不能用于privot_Oracle 行列转换函数pivot、unpivot的使用(二)

    一.行转列pivot 关键函数pivot,其用法如下 pivot(聚合函数 for 列名 in(类型)) select * from table_name pivot(max(column_name) ...

  3. oracle转换为16进制,Oracle的十进制和16进制转换函数

    Oracle的10进制和16进制转换函数 在数据库中,常常需要将10进制转16进制,又会需要将16进制转10进制.有两个使用PL/SQL开发的函数,可以方便使用. create or replace ...

  4. SQL Server 函数的使用(转换函数)

    转换函数 1.convert函数 隐性转换:对用户是不可见的,sql server自动将数据从一种数据类型转换成另一种数据类型 显示转换:convert函数和cast函数将数值从一种数据类型强制转换到 ...

  5. 【Oracle 数据库】奶妈式教程 day14 转换函数

    转换函数 1.ASCII(str) 把一个字符转换成一个 ASCII 码 SELECT ASCII('a') FROM DUAL; 2.CHR(num) 根据ascii 转换成对应的97字符 SELE ...

  6. c语言全角半角转换函数,全角半角转换函数(示例代码)

    --(此函数部分思路参考了CSDN上大力的转换函数)--邹建2005.01(引用请保留此信息)--*/ Go --创建函数 create functionSBC2DBC (@str nvarchar( ...

  7. Python函数的应用--汇率转换函数示例(第九章)

    # python 从入门到精通(第二版)个人编码 # 第九章 函数 # 形式参数 实际参数 string类值传递不改变实际参数值 list类引用传递改变实际参数的值 # 位置参数 传递时数量有数量及先 ...

  8. php金钱换算函数,php 资金格式转换函数

    // 函数名:ExchangeMoney($N_money) // 作 用:资金转换函数 // 参 数:$N_money(待转换的金额数字) // 返回值:字符串 // 备 注:本函数示例:$char ...

  9. linux下通过字符串调用函数,linux中字符串转换函数 simple_strtoul

    转自 http://blog.csdn.net/tommy_wxie/article/details/7480087 Linux内核中提供的一些字符串转换函数: lib/vsprintf.c 1. u ...

  10. day011--mysql中的不可逆加密函数,信息函数及转换函数

    目录 一,不可逆的加密函数 1,md5(str)及sha(str) 二,信息函数 三,转换函数 一,不可逆的加密函数 1,md5(str)及sha(str) mysql8中所支持的加密函数不多,就两个 ...

最新文章

  1. 成都有哪些牛逼的互联网公司?
  2. nginx服务器带宽_Nginx限制带宽配置示例
  3. centos 多个mysql,Centos中安装多个MySQL数据的配置实例
  4. 系统管理员不可不知的三条黄金法则
  5. uva 1587 题解
  6. python 自动批量打开网页
  7. 苹果11显示服务器,苹果11肿么显示网络速度
  8. Spring核心模块及功能汇总
  9. 这种技术能够替代 Android 原生开发?
  10. win10右键文件夹转圈卡死
  11. 用Dim搭建轻量级媒体服务器
  12. r语言绘制精美pcoa图_R数据可视化4: PCA和PCoA图
  13. 前端面试必备ES6全方位总结
  14. 绝对经典的原理定理理论原则效应法则
  15. 宏康 HY17 时钟 串口
  16. 斐波拉契数列 Java三种实现
  17. 谷歌浏览器翻译失效解决方案,百试百灵
  18. 小小拷贝-strcpy洒洒水啦
  19. Avalonia学习实践(二)--跨平台支持及发布
  20. Android签名aab文件

热门文章

  1. 插入安装光盘并重新启动计算机,电脑开机时显示 插入windows安装光盘并重新启动计算机 怎么解决 急救...
  2. WordPress使用domain/wp-json/api/v1/test 无法到接口可能的原因
  3. 疯了! Python 成功预测前三场比赛,快看今天的?(附代码及比赛时间表)
  4. 微型计算机中的中央处理器由什么组成,微型计算机主机由什么组成
  5. tzoj 3847 Mowing the Lawn (单调队列 )
  6. 8.如何在idea打开一个已有项目
  7. 计算机公式mode,强大的 Org mode(3): 表格的基本操作及公式、绘图 · ZMonster's Blog...
  8. 嵌入式软件工程师成长---所需要看的书籍
  9. 码农十分钟的音律概述 纯律 五度相生律 十二平均律
  10. python ide哪个好用_好用的Python IDE推荐