=======在MySql數(shù)據(jù)庫 中用如下語句:
select current_date; 獲取當(dāng)前 日期
select current_time; 獲取當(dāng)前 時間
select current_timestamp; 獲取時間戳 就是日期時間
=======在SqlServer數(shù)據(jù)庫 中用如下語句:
select getdate()
=======在Oracle數(shù)據(jù)庫 中用如下語句: Oracle自帶的獲取當(dāng)前機(jī)器的系統(tǒng)時間的函數(shù):
|
|