有谁能提供编写VFP数据库的存储过程的资料吗?最好有语法或实例
最近在做一个小东东,需要在VFP数据库中编写存储过程,但网上一直没有相关资料,请各位大侠不吝赐教。谢谢!
小弟以前写过Oracle的存储过程,但就是没写过VFP的,希望能提供整体的介绍和实例。
select m1.exam_id,; m1.score as 跑,; mi.score as 跳; from 表3 as m1, 表3 as m2; where m1.exam_id = m2.exam_id; and m1.mode = '跑'; and m2.mode = '跳'
select m1.exam_id,; m1.score as 跑,; mi.score as 跳; from 表3 as m1, 表3 as m2; where m1.exam_id = m2.exam_id; and m1.mode = '跑'; and m2.mode = '跳'