18974.html

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

HTML
26
字号
<html>  <head>    <title>如何在Stored Procedure内作自动编号的功能</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>如何在Stored Procedure内作自动编号的功能</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:david@a-team.com.tw">david</a> on September 15, 1999 at 23:43:24:<p>我想在Stored Procedure内作自动编号的功能,例如A0001,A0002..<br>可是我如果把右边的数字抽出来加一(0001+1),再合并回去,就会变成<br>A2,前面三个零都不见了,而且试过数字转文字或文字转数字都不行.<br>why<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18974--><!--top: 18993--><li><a href="18993.html">Re: 如何在Stored Procedure内作自动编号的功能</a> <b>琏琏</b> <i>11:31:44 9/16/99</i>(<!--responses: 18993-->0)<ul><!--insert: 18993--></ul><!--end: 18993--></ul><!--end: 18974--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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