12247.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: 请问sql语法</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 请问sql语法</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:jwh@ms1.hinet.net">纪文和</a> on April 21, 1999 at 18:54:28:<p>
In Reply to: <a href="12240.html">请问sql语法</a> posted by jan on April 21, 1999 at 17:15:11:<p>
: 现在有a,b两个table, 且都有no,no1,name三个栏位<br>: 那么, 我要将当a table的no,no1栏位 与b table的no,no1栏位资料都相同时,<br>: 我应如何将b tabele的name栏位的资料 update到a table的name栏位上<p>"UPDATE a, b SET [a].[name] = [b].[name] WHERE [a].[no]=[b].[no] and [a].[no1]=[b].[no1];"<p>这应该算是最简单的 SQL 语法, 我认为您应该买本 SQL 的书来 KK 了.<p><br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 12247-->
</ul><!--end: 12247-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?