当前位置:网站首页>Mutual conversion of float type data and datetime type data in sqlserver2008
Mutual conversion of float type data and datetime type data in sqlserver2008
2022-06-25 23:46:00 【langmeng110】
Don't talk much , Go straight to the code :
--datetime Convert to float
select convert(float,current_timestamp); //43963.672012731484
--float Convert to datetime
select convert(datetime,43963.670775887345); //2020-05-14 16:05:55.033
边栏推荐
- STL教程5-STL基本概念及String和vector使用
- Leetcode (435) - no overlapping interval
- Ad20 learning notes I
- Wireshark对IMAP抓包分析
- Today's 61 Fu
- Download the latest V80 version of Google Chrome
- Visual studio code create minimal web API (asp.net core)
- 第六章 习题(678)【微机原理】【习题】
- 提取系统apk
- Apache doris1.0 cluster setup, load balancing and parameter tuning
猜你喜欢

Anaconda一文入门笔记

Leetcode 513. 找树左下角的值

Uniapp -- list page of multi header tabs

Hbuilderx uses the gaude map to obtain the current location

如何进行流程创新,以最经济的方式提升产品体验?

CSDN add on page Jump and off page specified paragraph jump

录屏转gif的好用小工具ScreenToGif,免费又好用!

Wireshark对IMAP抓包分析

Qtcreator formatting code

Bi-sql stored procedure (I)
随机推荐
Px4 multi computer simulation (gazebo)
How to generate get/set methods in idea
mysql版本升级+数据迁移
格式化编号,不够位数的补0,例如1:0001,25:0025
line-height小用
Hibernate core api/ configuration file / L1 cache details
6.常用指令(上)v-cloak,v-once,v-pre
QT custom implemented calendar control
213.打家劫舍 II
xtrabackup的备份还原
库项目和App项目中清单文件的包名不要相同
CSDN force value
提取系统apk
sqlServer2008中float类型数据与datetime类型数据互转
Download the latest V80 version of Google Chrome
对伪类的理解
Solve 'tuple' object has no attribute 'lower‘
Record the ideas and precautions for QT to output a small number of pictures to mp4
DPVS-FullNAT模式部署篇
Customize the qcombobox drop-down box, right align the display, and slide the drop-down list