选择 T-SQL 中的最新行
我有一个数据库表,其中包含名为 timestamp
的列,该列存储插入的每行的系统时间。
如何选择具有最新时间戳的行,即最后插入的行?
I have a database table containing a column called timestamp
, which stores the system time for each of the rows inserted.
How do I select the row with the latest timestamp, i.e. the row that was inserted last?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)