Viewing 13 posts - 1 through 13 (of 13 total)
Thank you Sergiy and DesNorton for the help!
DesNorton code solve all my problem i just change a little bit.
Thanks again!
September 30, 2020 at 1:41 pm
Thanks for the answer DesNorton & Sergiy
I already test your code DesNorton and it's working when generating all alpha numeric, but the current process or insert is one at a...
September 29, 2020 at 4:17 pm
Thanks for the question Jeff.
For now we only have, 6x3,6x4,6x5 and 8x5 and 8x6.
So the MAX is F6 and F8 and the Z6 will not happen.
September 29, 2020 at 2:43 pm
Matthew Darwin (7/3/2013)
Try this:-
SELECT
(SELECT custname AS CustName
, custcode AS CustCode
FROM @test-2 t1 FOR XML PATH('Item'), TYPE)
FOR XML PATH('Header'),ROOT('ns1')
Thanks Matthew Darwin! i see how it is construct.
July 3, 2013 at 7:11 pm
thanks! just using CEILING and some tweaks and it work!
right now,im working on the actual value of the quantity. 😀
October 19, 2011 at 1:52 am
@Mark-101232
Hi! This topic is old, just want to add another question.
If it's not exact multiple of split_value, how can i get the remaining split id?
For example
DECLARE @table1 TABLE(id INT,prodname...
October 14, 2011 at 6:39 am
Thanks for the quick answer Mark-101232.
I forgot to use Tally Table, which i already know! lol!
The article is very good...i just keep it in my mind that if i have...
September 9, 2011 at 3:08 am
thanks Jeff!
sorry for late reply,your code is advance that i cannot understand all of it.:D,especially the modolu(%3) you said.
Well,i already done with my problem(offcourse it's because of you),i just...
December 21, 2007 at 9:12 pm
hi to all guys!wow!you have many feedback regarding my comment.
thank you very much,especially to Jeff.i haven't test your code yet.
i will give a feedback immediately.thanks again!:D
December 18, 2007 at 6:26 pm
hi!well i cannot do it.i hope all of you can help me again.
About jason post,he give a site wherein there's a code
on how to split a string(http://www.sqlservercentral.com/scripts/Miscellaneous/31913/)
,its ok,but its not...
December 13, 2007 at 2:50 am
thank you very much.i ask again if i can't do it right.
December 12, 2007 at 10:56 pm
any help from this forum very much appreciated.
thanks
December 12, 2007 at 9:45 pm
hi,i think my question is not clear,sorry for that.
the value of remaks is:
remarks(text):123-01,EX,2600,123-02,EX,2600
i have to manipulate this characters in remarks,
so the output will be:
table_new
ID t_no type Part
1 123-01 EX...
December 12, 2007 at 2:28 am
Viewing 13 posts - 1 through 13 (of 13 total)