城市獵人

          在一網(wǎng)情深的日子里,誰(shuí)能說(shuō)得清是苦是甜,只知道確定了就義無(wú)反顧
          posts - 1, comments - 7, trackbacks - 0, articles - 89

          日期處理

          Posted on 2008-08-08 14:19 sailor 閱讀(143) 評(píng)論(0)  編輯  收藏 所屬分類(lèi): oracle

          1create table test(
          2abc TIMESTAMP,
          3abd date
          4)

          1INSERT INTO TEST(ABC)
          2VALUES(TO_TIMESTAMP('2008-08-08 14:15:23','YYYY-MM-DD HH24:MI:SS'));

          1Insert into test(abd)
          2values(to_date('2008-08-08 14:18:23','yyyy-mm-dd hh24:mi:ss'));

          1select 
          2to_char(abc,'yyyy-mm-dd hh24:mi:ss'),
          3to_char(abd,'yyyy-mm-dd hh24:mi:ss')
          4from test;

          4、條件查詢(xún)時(shí)間
          1select start_Date
          2from t_s_promote
          3where start_Date between to_date('2008-08-01','YYYY-MM-DD'and to_date('2008-09-01','YYYY-MM-DD');
          主站蜘蛛池模板: 东城区| 曲阜市| 四会市| 南召县| 锦州市| 中阳县| 汾阳市| 丰顺县| 兴海县| 柘城县| 安达市| 兴山县| 石河子市| 尚义县| 农安县| 梅州市| 麻江县| 淳化县| 齐齐哈尔市| 吴川市| 文山县| 巴中市| 东海县| 达拉特旗| 本溪市| 轮台县| 云阳县| 舞阳县| 临江市| 永吉县| 沂南县| 清苑县| 四会市| 佛学| 正定县| 揭阳市| 乐至县| 育儿| 靖江市| 延川县| 凤庆县|