Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mana
Posting Yak Master
102 Posts |
Posted - 2014-09-07 : 07:38:04
|
thank you for the answeri have a problemi want to calculate the wert as menge from dbo inventur * preis from view-lieferanten-preiscan you help me please? i dont' know how to write this?here are the tables::Bewegungen_Inventur_KorrekturenDatum_Bewegung datetime UncheckedTeil_Nummer varchar(20) UncheckedWorkcenter varchar(6) UncheckedReason_Code varchar(3) UncheckedId_Nr int UncheckedMenge numeric(11, 3) CheckedMengeneinheit varchar(2) CheckedDokumenten_Nummer varchar(8) CheckedZeit_Bewegung time(0) CheckedSumOfMenge numeric(18, 3) CheckedAnz_Adjustments numeric(18, 0) CheckedUnchecked v_Lieferanten_PreiseTeil_Nummer Lieferanten_Nummer Lieferanten_Typ Liefer_Quote Preiseinheit Währungseinheit Preis Datum_gültig_Von Datum_gültig_Bis Datum_Eingabe Datum_Änderung Preis_Typ Modif_User Modif_Datum Modif_Status000079041845 GQ067 1 0 EA EUR 19137.583 2012-07-16 00:00:00.000 9999-12-31 00:00:00.000 2012-07-16 00:00:00.000 2012-07-19 00:00:00.000 dbo 2014-09-04 21:32:37.537 1wert is a column in dbo.Bewegungen_Inventur_Korrekturen |
|
gbritton
Master Smack Fu Yak Hacker
2780 Posts |
Posted - 2014-09-07 : 09:07:31
|
What foes wert as menge mean? |
|
|
|
|
|