18764.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 27 行

HTML
27
字号
<html>  <head>    <title>Re: 如何取得某栏位最长的资料? </title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 如何取得某栏位最长的资料? </h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by SQL on September 10, 1999 at 15:41:37:<p>In Reply to: <a href="18752.html">如何取得某栏位最长的资料? </a> posted by mosa on September 10, 1999 at 12:41:06:<p>: 如何取得某栏位最长的资料? <br>1.其实select * from TableName order by <br>len(FieldName) desc<br>就可以了,只是这个语法对于Table中有大量资料时<br>就会使系统当掉,我目前测试百多笔可以Run,而上<br>千笔就当了......................<br>2.如果真的没办法,不如把资料全读进后,自己写程式判断<p>  <br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18764--><!--top: 19383--><li><a href="19383.html">Re: 如何取得某栏位最长的资料? </a> <b>john</b> <i>13:42:23 9/28/99</i>(<!--responses: 19383-->0)<ul><!--insert: 19383--></ul><!--end: 19383--></ul><!--end: 18764--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?