What does the CONCAT function do in SQL?

SQL Fundamentals Medium

SQL Fundamentals — Medium

What does the CONCAT function do in SQL?

Key points

  • CONCAT combines strings together
  • It does not perform character counting
  • It is not used for numeric conversions
  • It does not trim whitespace

Ready to go further?

Related questions