SQL UPDATE INNER JOIN语法 [英] SQL UPDATE INNER JOIN syntax

查看:726
本文介绍了SQL UPDATE INNER JOIN语法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有更新内部联接的以下语法:

I have the following syntax for Update Inner Join:

展开 | 选择 | Wrap | 行号

推荐答案




我不是很确定,但我想知道它应该是什么东西这个
Hi

I''m not all together sure but I tyhink it should something lie this
展开 | 选择 | Wrap | 行号


要运行上述语法,我创建了RuleDetail表的副本(到RuleDetail1)以检查它是否正常工作。我还修改了查询(到RuleDetail1)。


在点击Run时,我收到以下错误信息:


无法加入Memo ,OLE或超链接对象(Ruledetail1.Rule_description = MasterUpload.Rule_description)。


因此,它仍然无效。
To run the above syntax, I created a copy of the RuleDetail table (to RuleDetail1) to check if it is working properly. I also modified the query (to RuleDetail1).

On hitting Run, I am getting the following error message:

Cannot join on Memo, OLE, or Hyperlink Object (Ruledetail1.Rule_description = MasterUpload.Rule_description).

So, it is still not working.


那个''因为你不能加入数据类型Memo,OLE或Hyperlink。我假设你使用Memo数据类型作为描述。除非你真的需要那么多字符,否则你永远不应该使用备忘录。尽可能使用文本。
That''s because you can''t join on the data types Memo, OLE, or Hyperlink. I assume you''re using a Memo data type for your description. You should never use memo unless you actually need that many characters. Use text whenever possible.


这篇关于SQL UPDATE INNER JOIN语法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆