select ...... into cursor xxxx (生成临时表XXXX)
然后:
use dbf('xxxx') in 0 again alias x_rw
sele x_rw
这个方法倒时可以用replace来更新,但是好像不能增加字段?(为了算前两个字段之差,因此想增加一个字段),请指教!谢谢!
...全文
1035打赏收藏
临时表不能增加字段吗?
select ...... into cursor xxxx (生成临时表XXXX) 然后: use dbf('xxxx') in 0 again alias x_rw sele x_rw 这个方法倒时可以用replace来更新,但是好像不能增加字段?(为了算前两个字段之差,因此想增加一个字段),请指教!谢谢!