摘要:
select * from VouchType where cVouchType IN('32','09') --单据类型 select * from InvPosition where cinvcode='10500490' and cFree2='ZB240306071' and AutoID= 阅读全文
摘要:
一、基础档案1、存货档案select * from inventoryselect * from inventory_extradefind2、人员档案select * from person3、部门档案select * from department4、供应商档案select * from ven 阅读全文
摘要:
--查询一个表中的所有字段SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME='zsyh_AccInfo'--查询一个库下的所有表select * from sysobjects where xtype='U'--查询一个数据库下的所有 阅读全文