Viewing 13 posts - 1 through 13 (of 13 total)
Hi Lynn
Awesome!:-)
Cheers for the help and the links...ill check them out.
A
July 7, 2014 at 9:32 pm
Hi Lynn
Sorry, still a bit vague for me.
The table name is Branch and the column is called branchcode.
It should be some kind of update statement?
Thanks
A
July 7, 2014 at 8:35 pm
Thank you Kish...your suggestion worked!:-)
April 2, 2014 at 7:05 pm
Hi
Thanks you for the reply
I just need the > symbol and the 4 characters after it
All the data is consistent in character length
A
April 2, 2014 at 6:59 pm
Thank you for the response Happycat:-)
March 25, 2014 at 9:41 pm
Hi Dwain
"Why can't you just add up the 7 days and show that as the Total?"
That's perfect, that is actually hat I want to do
Its more a reporting script than...
January 16, 2014 at 6:21 pm
Thanks Luis
Code column is (Varchar(400),Null)
Csimplecode Column is (Varchar(20),Null)
However none of the data is longer than 20 Characters
Your help is appreciated.
A
January 13, 2014 at 5:30 pm
Thnk you luiz
Worked like a charm.
I am also trying to copy data from one column to the other and get the following error
Here is the statement
update stkitem
SET Csimplecode=Code
and the error...
January 13, 2014 at 5:16 pm
Hi Luis
PERFECT...right on the money.
Much appreciated!
Everyone else, Thank you for you contributions too!
November 26, 2013 at 5:33 pm
Hi SSCveteran
Thanks you for the assistance, worked great.
Im pretty new to this and appreciate the assistance.
A
March 5, 2013 at 3:26 pm
Hi Miste.Magoo
Thanks for that, worked like a dream.
Appreciate the assistance!:-)
A
February 20, 2013 at 10:15 pm
Hi Again
Further to this I have also tried the following
UPDATE tablename
SET column = Ltrim(column,'0');
But i get this when I parse
Msg 174, Level 15, State 1, Line...
February 20, 2013 at 4:55 pm
Viewing 13 posts - 1 through 13 (of 13 total)