Forum Replies Created

Viewing 3 posts - 31 through 33 (of 33 total)

  • RE: brocken

    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...

  • RE: ANYTHING THAT CAN HELP TRIM THE DATA FOR A GIVEN STRING...

    select rtrim(ltrim(replace(replace('z z',' ',''),' ','')))

    zz Instead of z z

  • RE: Datetime / Date

    One and too

    select replace(convert(varchar(8),cast('2009-09-01 00:00:00.000'as datetime),5),'-','');

    Thanks Lynn

Viewing 3 posts - 31 through 33 (of 33 total)