运行vfp 命令中含有不能识别的短语或关键字

select * from books where "计算机"$书名 into table book_bak;
update books_bak set 价格=价格*0.95;
select 出版单位,avg (价格) as 均价 top 1 from book_bak group by 出版单位 having 均价>=25 order by 均价 into table new_table4.dbf

你这是三个命令,为啥每个命令后面加分号,系统当成一个命令语句,所以出错
温馨提示:答案为网友推荐,仅供参考
相似回答