Viewing 2 posts - 1 through 2 (of 2 total)
Your solution has worked. Thanks a lot. I put my query here if it helps someone else.
With CTE_EndDate As (
SELECT sto_kod As [Stock Code]
, sto_isim As [Name]
, sto_yabanci_isim As [Foreign...
February 29, 2020 at 12:47 pm
#3729825
My table is about promotion related to materials and has just start date, the next start date of promotion is the end date of the previous promotion. I need a...
February 26, 2020 at 9:30 am
#3728831