惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
宝玉的分享
宝玉的分享
月光博客
月光博客
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
小众软件
小众软件
量子位
MongoDB | Blog
MongoDB | Blog
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Stack Overflow Blog
Stack Overflow Blog
U
Unit 42
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - wanna

不知是不是年纪大了,常想起博客园,博客堂的旧事.博客堂好像不再存在了,博客园经营的越红火了.还记得这些人,早期的大牛人? 希望新一年会是和平的一年 js类成员笔记 Create your own HttpContext class>> from 123aspx.net mssql keyword,statements Transact-SQL Optimization Tips ..from mssqlcity.com ASP.NET's Data Storage Objects 通过AOP提高代码的封装和可复用性 Tomcat 与 IIS 整合[转] 无法阻止的弹出窗口: - wanna - 博客园 Attribute C#的Random类的源码 Regex.cs C#的GUID是怎么样生成的 Ms的DateTime类源码 Ms的Calendar源码 MS的string.cs MS公开的gc.cs源码 MS公开的gchandle.cs源码
如果获取一个表列的最大值.. - wanna - 博客园
wanna · 2005-08-05 · via 博客园 - wanna

DataRow[] drs = ds.Tables["a"].Select("Quantity = MAX(Quantity)");
if (drs.Length > 0)
 Console.WriteLine(drs[
0]["Quantity"]);

Dim dt As DataTable = CType(DataGrid1.DataSource, DataTable)
        
Dim dr As DataRow() = dt.Select("2>1""id Desc")
        Debug.
WriteLine(dr(0).Item("ID"))