select * from t_TableDescription where FDescription like '%采购订单%'
t_TableDescription 大多数表格查询
FDescription 表格名称描述字段数据库
select * from Poorder where FBillNo='POORD000008'
Poorder 采购订单表
FBillNo 采购订单编号字段ide
select * from PoorderEntry where FInterID=1149
PoorderEntry 表体明细表
FInterID 表体明细表内码学习
采购订单原单blog