18411.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 39 行

HTML
39
字号
<html>  <head>    <title>可以说明join的用法吗?</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>可以说明join的用法吗?</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:ckk1023@yahoo.com">kkcheung</a> on September 03, 1999 at 21:06:52:<p>In Reply to: <a href="18369.html">Re: update语法可以这样做吗?</a> posted by nothing on September 03, 1999 at 11:31:44:<p>: : 下面的语法经试验是不对的,但应该怎样修改,来完成下面相同的意思.<br>: : update sale_rec set send_code=receive.send_code from sale_rec,receive_rec where sale_rec.invo_code='00001111' and sale_rec.stockno=receive_rec.stockno<p>: <br>: 试试把 sale_rec 跟 receive_rec 两个table 用 join<br>: 在一起应该可以.<p><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18411--><!--top: 18442--><li><a href="18442.html">Re: 可以说明join的用法吗?</a> <b>nothing</b> <i>11:50:53 9/04/99</i>(<!--responses: 18442-->0)<ul><!--insert: 18442--></ul><!--end: 18442--><!--top: 18424--><li><a href="18424.html">Re: 可以说明join的用法吗?</a> <b>SQL</b> <i>02:26:02 9/04/99</i>(<!--responses: 18424-->2)<ul><!--insert: 18424--><!--top: 18438--><li><a href="18438.html">我以照伙提供的做,但..... </a> <b>kkcheung</b> <i>11:16:05 9/04/99</i>(<!--responses: 18438-->1)<ul><!--insert: 18438--><!--top: 18531--><li><a href="18531.html">Re: 我以照伙提供的做,但..... </a> <b>SQL</b> <i>17:44:28 9/06/99</i>(<!--responses: 18531-->0)<ul><!--insert: 18531--></ul><!--end: 18531--></ul><!--end: 18438--></ul><!--end: 18424--></ul><!--end: 18411--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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