Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 SELECT 命令仅检索 SQL中SmallDateTime数据类型中的 TIME?
这将给出小时:
Select datename(hh, date_variable) from table_name
这将给出分钟:
Select datename(mi, date_variable) from table_name