19383.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<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 <a href="mailto:whfan@isnis.com.tw">john</a> on September 28, 1999 at 13:42:23:<p>In Reply to: <a href="18764.html">Re: 如何取得某栏位最长的资料? </a> posted by SQL on September 10, 1999 at 15:41:37:<p>select * from TableName where len(FieldName)=(select max(len(FieldName)) from TableName)<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19383--></ul><!--end: 19383--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?