0

What does || mean in SQL ?

It is written in SELECT

5th Nov 2018, 8:50 PM
Виктория Касимова
Виктория Касимова - avatar
1 Respuesta
+ 7
I would need to see the SQL query to be able to answer this one properly. 1. It's a string concatenation operator. It bassically appends one string to the end of another string. Look at this link for some examples: http://www.sqlines.com/oracle-to-sql-server/string_concat 2. It can be a logical OR operator in MySQL. You also need to say which DBMS you are reffering to and to tag your question accordingly, so you get the best help possible. :) Cheers! Happy learning!
5th Nov 2018, 9:17 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar