请问我想更新一个表中的数据。在ms sql中是sql语句是这样的
update search1 set search1.scores=no07.score from search1,no07 where search.zkzh=no07.zkzh
在visual fox 中应该怎么写呢?事情很急
谢谢
我这样写提示是函数名缺少半个括号
一楼的语句我在ms sql中已经执行过了