About 20,300 results
Open links in new tab
  1. MySQL combine two columns into one column - Stack Overflow

    Apr 27, 2015 · I'm trying to find a way to combine two columns into one, but keep getting the value '0' in the column instead to the combination of the words. These are what I've tried as well as …

  2. sql - Select 2 columns in one and combine them - Stack Overflow

    Jan 20, 2016 · Is it possible to select 2 columns in just one and combine them? Example: select something + somethingElse as onlyOneColumn from someTable

  3. SQL Server, how to merge two columns into one column?

    Aug 8, 2014 · I have a SQL query SELECT TABLE_SCHEMA + TABLE_NAME AS ColumnZ FROM information_schema.tables I want the result should be table_Schema.table_name. help …

  4. sql - Combine two columns and add into one new column - Stack …

    Sep 7, 2012 · In PostgreSQL, I want to use an SQL statement to combine two columns and create a new column from them.

  5. How can I merge the columns from two tables into one output?

    One of the columns in both tables is category_id. I would like to cross the combined table with the categories table using category_id. However, I have two category_id columns now (one from …

  6. sql server - (SQL) how to merge two columns together to create a …

    Feb 14, 2015 · I want to merge two columns together (i.e. column_A & column_b and add '|' in between the columns) in Table_1 which will form another column column_c. I then want to …

  7. sql - How to combine multiple columns into one column? - Stack …

    Apr 20, 2018 · I'm writing a query and want the results in one column My current results return like this Column1 Column2 column3 1 A CAT I want the results to return like this Colu...

  8. SQL Server: Best way to concatenate multiple columns?

    I am trying to concatenate multiple columns in a query in SQL Server 11.00.3393. I tried the new function CONCAT() but it's not working when I use more than two columns. So I wonder if …

  9. SQL Combine Two Columns in Select Statement - Stack Overflow

    Feb 22, 2012 · If I have a column that is Address1 and Address2 in my database, how do I combine those columns so that I could perform operations on it only in my select statement, I …

  10. sql - Merge on multiple columns - Stack Overflow

    I'm attempting to insert records from a linked server using merge. The table only has two columns which both need to be used in order to check for new records. MERGE dbo.[TableA] AS …

Refresh