Viewing 3 posts - 31 through 33 (of 33 total)
I have not quite accustomed yet.
There is a table with repeating names.
From this table have chosen only unique names.
These names make set (group) of names.
This group is broken (divided(shared)) on...
September 6, 2009 at 9:15 am
#1049863
select rtrim(ltrim(replace(replace('z z',' ',''),' ','')))
zz Instead of z z
September 6, 2009 at 8:16 am
#1049856
One and too
select replace(convert(varchar(8),cast('2009-09-01 00:00:00.000'as datetime),5),'-','');
Thanks Lynn
September 4, 2009 at 5:35 am
#1049307