dimanche 14 février 2016

SELECT hex(name || age) AS X FROM Ages ORDER BY X

I am taking a Cousera course talking about SQL and there is one line of code I cannot understand.

What does it mean by 'hex(name || age)'? I know it turns the string into hexadecimal format using the hex() function, but what does 'name || age' do? I cannot find any document about the '||' operator.

Aucun commentaire:

Enregistrer un commentaire