林海谐缘

 找回密码
 审核注册
搜索
查看: 6156|回复: 0

SQL数据库常用查询语句

[复制链接]
发表于 2010-10-26 08:21:40 | 显示全部楼层 |阅读模式
本帖最后由 zjaiyd 于 2010-10-26 08:22 编辑

select*from t_account
order by fnumber
--454 455
Select*from t_unitgroup
Select*from t_measureunit
--同一个计量单位组里Fstandard=1对应的fmeasureunitid
Select*from t_account

select*from t_currency
--核算项目使用详情横纵表--核算项目使用ID--FDETAIL
select*from t_itemdetail--核算项目使用详情横表
select*from t_itemdetail--核算项目使用详情纵表
select*from t_itemclass--核算项目类别表

select*from t_itemclass--核算项目类别表
select*from t_itemdetail--核算项目使用详情横表
select*from t_emp

select*from t_item--基础资料表
where fitemid=181
select a.fname,b.fnumber,b.fname
from t_itemclass a
join t_item b on a.fitemclassid=b.fitemclassid
join t_itemdetailv c on c.fitemid=b.fitemid
join t_itemdetail d on d.fdetailid=c.fitemid
where d.fdetailid=206

--O记录失
--FDETAILCOUNT记数不对
--存在重复使用组合,但对应的FDETAILID又不相同


select*from t_itemclass

select b.fnumber,b.fname,a.fname
from t_itemclass a
join t_item b on a.fitemclassid=d.fitemclassid
where a.fname='供应商'
order by a.fnumber
您需要登录后才可以回帖 登录 | 审核注册

本版积分规则

QQ|手机版|小黑屋|林海谐缘论坛 ( 豫ICP备07015145号 ) |
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论 | 管理员:linker(QQ:80555546) 群:3067918

GMT+8, 2024-11-21 17:47 , Processed in 0.024637 second(s), 14 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表