Viewing 8 posts - 1 through 9 (of 9 total)
Dave Ballantyne (8/17/2009)
How exactly does it not work ?Does it error or return no rows ?
i solve it. thank you so much. and more simple question, i push 'qouted'...
August 19, 2009 at 1:27 pm
i solve it. thank you so much. and more simple question, i push 'qouted' button for you. is it give mark for you??
August 19, 2009 at 1:27 pm
its okey now, thank you very much ALL friends :)).[/b]
this is code for other people, maybe they will need :))
ALTER VIEW [dbo].[vwPurchase]
AS
Select DISTINCT
...
January 16, 2009 at 9:07 am
i did like that..
ALTER VIEW [dbo].[vwPurchase]
AS
Select distinct
min(pur.InPurchaseId),
pur.StNotes,
...
January 16, 2009 at 8:34 am
i did like you as..
ALTER VIEW [dbo].[vwPurchase]
AS
Select distinct
min(pur.InPurchaseId),
pur.StNotes,
Convert(varchar(20),pur.DtProcDTime,104) as StProcDTime,
ac1.StAccountName,
ac2.StAccountName as StCompanyName,
CAST(pur.BoIsActive AS varchar(5)) AS BoIsActive
from
TbPurchase as pur
INNER JOIN
TbAccounts as ac1 On ac1.InAccountsId=pur.InOurRelevantId
INNER JOIN
TbCompanies as comp ON comp.InCompaniesId=pur.InCompanyId
INNER JOIN...
January 16, 2009 at 6:41 am
Firstly thank you very much friends.
these datas a pieace of my view. see 8,9 coloums. they have same datas. but i cant distinct
vwPurchase
1Güven Büro Mobilya ...
January 16, 2009 at 5:05 am
Viewing 8 posts - 1 through 9 (of 9 total)