Viewing 15 posts - 1 through 15 (of 39 total)
Thank you for your interest. When there is a different issue, different values come up. Success is achieved through a single code.
thanks
('0002','2024-11-01', 'IN', 10, 75, 750, 10),...
June 1, 2024 at 8:12 am
I am trying to find a solution in the first code I shared, but it is slow. I think it can be solved with WITH.
I reviewed the link. Thank you....
May 31, 2024 at 2:31 pm
Excel
May 31, 2024 at 9:24 am
Thank you
---- 2024-12-16 00:00:00.000
---- (85 PRICE * 4 AMOUNT) + (77.8571428000*5)/ BALANCE=9 OUTCOST = 81.0317460000
---- 2024-12-18 00:00:00.000
---- (95 PRICE * 2 AMOUNT) + (81.0317460000*9)/ BALANCE=11 OUTCOST = 83.5714285455
May 31, 2024 at 9:19 am
Hi,
EXIT means exited amount
---
WITH CTE_LINES AS (
SELECT
CODE, DATE_, TIP, AMOUNT, PRICE,OUTCOST,
...
May 31, 2024 at 8:08 am
I WRITE A QUERY BUT IT RETURNED THE WRONG RESULT
help please
WITH CTE_LINES AS (
SELECT
CODE,...
May 31, 2024 at 6:56 am
This code is working slowly on current system 2008, I changed the data type to decimal(20,10)
I am updating data to the OUTCOST field. Since I'm doing this in a loop,...
May 31, 2024 at 6:40 am
Thank you.
Under normal conditions, when a row goes negative, the query lists the rows before that row.
However, if a movement has never been negative, it does not bring the relevant...
August 9, 2022 at 6:34 pm
Hi
Thank you
Non-negative Id not coming?
What would be the reason
ıd = 3
If(OBJECT_ID('tempdb..#DETAIL') Is Not Null)
Begin
Drop Table #DETAIL
End
CREATE TABLE #DETAIL
(
...
August 7, 2022 at 4:25 pm
Thank you for your interest.
The result of the query will be as follows. I want to close the debt.
TrxnID MarkedAmount MarkedTrxnID
1 ...
March 15, 2019 at 9:16 am
I am working on a complex problem - Bill Marking for Ageing Analysis. The data is like this :
Source Table :
TrxnID, Date, CustomerID, DebitCredit, Amount
March 15, 2019 at 1:26 am
Sorry.
I made a late return :crying:
Thank you really for your attention. 😉
Is there another way to secure the query ?
I understand Clr...
January 10, 2019 at 9:31 am
Thank you so much.
I'm still not understanding how you read the ASSEMBLY code
January 7, 2019 at 12:25 pm
Thank you Jeff, Solomon
Are there other solutions for query encryption?
January 7, 2019 at 11:49 am
Viewing 15 posts - 1 through 15 (of 39 total)