Results 1 to 2 of 2

Thread: SQL Column Concatination

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Location
    Clark County Washington
    Posts
    6

    Post

    Im trying to combine several fields into one single field previous to a INSERT INTO call. I have tried the following statement "Select Field1+Field2+Field3 AS NewField from table" and the NewField gets created but it is empty. Any Ideas??

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Location
    Raleigh, NC
    Posts
    70

    Post

    Could it be a data type problem? Should your concatenation character be a & or | | instead?
    Bash

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width