1樓:守意如城
ttimestamp = record
time: integer;
date: integer;
end;
ttimestamp是結構化資料型別(structured types)。time部分表示自零點開始的累積毫秒數值;date部分表示自01/01/0001開始的日曆天數。
一般是通過datetimetotimestamp函式返回一個ttimestamp值,然後再使用該值。
2樓:
就是日期格式啊
insert into table(timestamp_field)values(sysdate)
或insert into table(timestamp_field)values(to_timestamp(to_date('2007-11-1','yyyy-mm-dd'))
儲存後timestamp_field
-------------------------------
01-11月-07 12.00.00.000000 上午
tdatetime 與 ttimestamp 互相轉換的例子}
vart: tdatetime;
ts: ttimestamp;
begin
t := encodedatetime(2009, 5, 22, 11, 22, 33, 999);
ts := datetimetotimestamp(t);
showmessage(inttostr(ts.time)); //40953999; 當日已逝去了 40953999 毫秒
showmessage(inttostr(ts.date)); //733549; 自 0001-1-1 的第 733549 天
t := timestamptodatetime(ts);
showmessage(formatdatetime('yyyy-m-d h:m:s:z', t)); //2009-5-22 11:22:33:999
end;
oracle資料庫中插入timestamp型別的資料 10
3樓:匿名使用者
to_timestamp()函式的第一個引數不能為null,如果你想插入null值,那直接寫
insert into mi_config_info_if values(null);
4樓:匿名使用者
insert into mi_config_info_if values(to_timestamp(nvl('原來的時間','1900-01-01 00:00:00'),'yyyy-mm-dd hh24:
mi:ss');
像這樣設定一個原來的時間為null的時候的預設值就行。
5樓:流程觀察站
時間的型別不是有個to_date()和to_char()的嘛!
6樓:
應該用timestamp型別吧
怎樣在delphi裡直接寫sql語句插入一條帶日期資料到資料庫?
7樓:
不知你用的是何,資料庫如果是oracle8i的話先用alter session set nls_date_format = 'yyyy-mon-dd hh24:ss';把這名語句嵌到程式中語句.接著用to_date資料庫函式更改時間格式,例如:
to_date('2002-04月03日 19:55:43'),這個要把它作為string加入到sqlstring中.
檢視原帖》求採納
oracle資料庫中timestamp是什麼資料型別
在j**a中如何向資料庫中插入time型別的資料
8樓:真漢子不知道疼
資料庫可以設定成datetime型別 其實一般都是設定成varchar 這樣好操作
9樓:匿名使用者
可以用string 型別直接插入時間型別,只要把string型別裡面的內容設定成日期那種格式就可以了 在資料庫本身的話是可以用date來設定時間的型別的
10樓:匿名使用者
直接插入就可以了,
只要資料是符合資料庫中datetime的格式就可以了。
用string儲存日期字串。
也可以直接用date也可以。
hibernate怎麼插入時間?資料庫時間型別是datetime,實體時間是j**a.util.date,對映檔案沒寫型別屬性 20
bankreconciliation是什麼意思
英 b k rek nsili ei n 美 b k r k n s li e n 銀行往來copy調節表 prepare the bank reconciliation,report the daily balance.編制銀行餘額調節表,每日資金情況彙報。銀行往來對照表 網路銀行存款餘額調節表 ...
self employed worker是什麼意思
self employed selfem pl d adj.個體經營的 自僱的 自己經營的 自由業的 例句 article 18 self employed workers or merchants may manufacture or repair measuring instruments.第十...
lovethe way you lie mv是什麼故事
love the way you lie講的是男生暴力狂和女生受虐狂兩個人在謊言和傷害中都飽受煎熬的愛情故事。1 男生每次都無法控制自己,就連自己也知道自己的認錯是謊言,自己也清楚女生要是再離開,自己就會把她綁在床上然後把房子燒了。而女生唱的是那幾句 你 只是站在那裡看著我燃燒,那沒關係,因為我喜歡...