rmb 发表于 2005-12-28 21:58:19

UPDATE 语句问题

<P>请问这个语句哪里不对?</P>
<P>update A, B set B.a = 0 where A.a = 'ZZZ' and A.b = B.b and B.b not like '%Y%'</P>

JohnPhan 发表于 2005-12-29 10:02:43

缺少FROM 部分

rmb 发表于 2005-12-29 10:39:58

<P>請問這個語句的該怎麼樣加From部分呢? </P>
<P>謝謝!</P>

xxgsymj 发表于 2005-12-29 14:16:25

update A, B set B.a = 0 <br>from A,B...ft<br>where A.a = 'ZZZ' and A.b = B.b and B.b not like '%Y%'<br><br><br>update table1 set col1=0<br>from table1,table2<br>where table1.col1='zzz' and table1.coln=table2.coln and table2.coln not like'%Y%'<br>思路应该是这样吧<br>具体没搞。。<br>错了别骂。。^_^<br>

njusheep 发表于 2006-4-15 10:36:28

<p>you just can write the SQL statement like this:</p><p>update B set B.a = 0 where A.a = 'ZZZ' and A.b = B.b and B.b not like '%Y%'</p><p></p><p>A is forbidden to apear between 'update' and 'set'.</p>
页: [1]
查看完整版本: UPDATE 语句问题

免责声明:
本站所发布的一切破解补丁、注册机和注册信息及软件的解密分析文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版软件,购买注册,得到更好的正版服务。如有侵权请邮件与我们联系处理。

Mail To:Admin@SybaseBbs.com