Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: INSERT INTO

    How many points do you lose for posting a question with the wrong answer? How about the sum of all the wrong answer. Can someone create a SQL statement...

  • RE: Counting spaces with datalength

    Great question; it also really highlights the difference between Len() and DataLength(). For fun folks should try substituting Len for DataLength.

  • RE: one character of data

    nChar(1) or Char(1) would be a better answer depending on your character set. Both Varchar(1) or nVarchar(1) have extra overhead to handle variable length strings which is not...

Viewing 3 posts - 1 through 3 (of 3 total)