SQL

sql-functions

SQL functions – Basics with EXAMPLES

SQL functions are used to perform mathematical, statistical, and logical operations. CONCAT() The CONCAT() function helps in adding two or more strings. EXAMPLE: Here is the demo table that we will use:Demo table name is DOCTORS. Here we will concatenate ‘speciality’ column with ‘hospital’ column. You can also use ‘+’ sign to concatenate CONCAT_WS This …

SQL functions – Basics with EXAMPLES Read More »