本文介绍了使用存储过程和vb.net比较两个表中的字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助我比较两个不同表中的两个字段.
我有2张桌子:
1)Prescribed_Medicines(PID(PK),medCode(FK),UnitPrice,数量)和
2)NHIS_Medicines(medcode(PK),单价,数量)

我想将Prescribed_Medicines表中的单价字段和数量与
进行比较NHIS_Medicines表中的单价和数量字段

请我需要帮助,请帮助我

[edit]已删除呼喊"-OriginalGriff [/edit]

Please help me to compare two fields from two different tables.
I have 2 tables:
1) Prescribed_Medicines(PID(PK),medCode(FK), UnitPrice, Quantity) and
2) NHIS_Medicines(medcode(PK), UnitPrice, Quantity)

I want to compare the fields UnitPrice, and Quantity in Prescribed_Medicines table with
fields UnitPrice and Quantity in NHIS_Medicines table

Please i need help, please help me

[edit]SHOUTING removed - OriginalGriff[/edit]

推荐答案


这篇关于使用存储过程和vb.net比较两个表中的字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-22 09:20