Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql concate two columns first and last

SELECT CONCAT(c.FIRSTNAME, ',', c.LASTNAME) AS FIRSTNAME,
       c.*
FROM   `customer` c;
Comment

PREVIOUS NEXT
Code Example
Sql :: ms sql rename database 
Sql :: mysql modify foreign key 
Sql :: how to open postgresql in mac 
Sql :: created at and updated at in mysql 
Sql :: postgres install unaccent extension 
Sql :: oracle time 24h 
Sql :: mysql get last day of month 
Sql :: sql database size 
Sql :: mysql timestamp in laravel migration 
Sql :: mysql import ignore errors 
Sql :: mysql list users on ubuntu 
Sql :: mysql cannot delete or update a parent row 
Sql :: import database in mysql command line xampp 
Sql :: get date from now() mysql 
Sql :: mysql 8 error on identified by 
Sql :: mysql import sql file 
Sql :: mysql count lines 
Sql :: mysql set field unique 
Sql :: sql delete last row 
Sql :: select item.* as json mysql 
Sql :: mysql date between two dates 
Sql :: Odoo Service is not coming up with postgresql read replica (slave) 
Sql :: oracle sql two left digits 
Sql :: for loop postgresql 
Sql :: t sql remove last character from string 
Sql :: update substring in mysql 
Sql :: select * from table where name like 
Sql :: sql get guid 
Sql :: mysql smallint range 
Sql :: mysql best varchar length size 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =