timestamp中文翻譯,timestamp是什么意思,timestamp發(fā)音、用法及例句
- 內容導航:
- 1、timestamp
- 2、datetime和timestamp的區別是什么
1、timestamp
timestamp發(fā)音
英: 美:
timestamp中文意思翻譯
常見(jiàn)釋義:
n.時(shí)間戳;時(shí)間郵票
timestamp雙語(yǔ)使用場(chǎng)景
1、It returns the current system timestamp.───該函數返回當前系統時(shí)間戳。
2、NULL constants cannot be inserted into a timestamp column through a distributed query.───無(wú)法通過(guò)分布式查詢(xún)將NULL常量插入timestamp列中。
3、This example includes a timestamp for the build to let you know when it was created.───此示例包含構建的時(shí)間戳,以便確定其創(chuàng )建時(shí)間。
4、The following example requires the creation of a second table containing the Point UDT column as well as a timestamp column.───以下示例要求創(chuàng )建另一個(gè)表,既包含PointUDT列又包含timestamp列。
5、To see rows that have been inserted or updated in a given time range, create or alter the table to contain a row change timestamp column.───要查看給定時(shí)間范圍內執行了插入或更新操作的行,需要創(chuàng )建或修改表以包含一個(gè)行修改時(shí)間戳列。
6、The atime is the last access time of a file, and each time a file is accessed, the underlying file system must record this timestamp.───atime是最近訪(fǎng)問(wèn)文件的時(shí)間,每當訪(fǎng)問(wèn)文件時(shí),底層文件系統必須記錄這個(gè)時(shí)間戳。
7、In case you're curious, the inner function call converts the input string into a timestamp that complies with a specific format.───您可能會(huì )感到奇怪。其實(shí)內部函數調用將輸入字符串轉換成使用特定格式編譯的時(shí)間戳。
8、Do you really need that timestamp?───是否真正需要時(shí)間戳?
9、Note the timestamp for the image.───注意此映像的時(shí)間戳。
timestamp相似詞語(yǔ)短語(yǔ)
1、time and tide wait for no man───時(shí)不我與;歲月不待人
2、common time───n.普通拍子,四分之四拍;普通拍子;四分之四拍
3、l the time───我的時(shí)間
4、part time job───零星工作; 兼職工作
5、time faibania───費巴尼亞時(shí)間
6、by the time of───到……的時(shí)候
7、mattock of time and space───時(shí)間和空間的麻雀
8、song time───歡唱時(shí)間
9、wasting time───[體]故意拖延時(shí)間
10、right on time───準時(shí);按時(shí)
2、datetime和timestamp的區別是什么
DATETIME
日期和時(shí)間的組合。支持的范圍是'1000-01-01 00:00:00'到'9999-12-31 23:59:59'。MySQL以'YYYY-MM-DD HH:MM:SS'格式顯示DATETIME值,但允許使用字符串或數字為DATETIME列分配值。
TIMESTAMP[(M)]
時(shí)間戳。范圍是'1970-01-01 00:00:00'到2037年。
TIMESTAMP列用于INSERT或UPDATE操作時(shí)記錄日期和時(shí)間。如果你不分配一個(gè)值,表中的第一個(gè)TIMESTAMP列自動(dòng)設置為最近操作的日期和時(shí)間。也可以通過(guò)分配一個(gè)NULL值,將TIMESTAMP列設置為當前的日期和時(shí)間。
TIMESTAMP值返回后顯示為'YYYY-MM-DD HH:MM:SS'格式的字符串,顯示寬度固定為19個(gè)字符。如果想要獲得數字值,應在TIMESTAMP 列添加+0。
注釋?zhuān)篗ySQL 4.1以前使用的TIMESTAMP格式在MySQL 5.1中不支持;關(guān)于舊格式的信息參見(jiàn)MySQL 4.1 參考手冊。
版權聲明: 本站僅提供信息存儲空間服務(wù),旨在傳遞更多信息,不擁有所有權,不承擔相關(guān)法律責任,不代表本網(wǎng)贊同其觀(guān)點(diǎn)和對其真實(shí)性負責。如因作品內容、版權和其它問(wèn)題需要同本網(wǎng)聯(lián)系的,請發(fā)送郵件至 舉報,一經(jīng)查實(shí),本站將立刻刪除。