E
E
Evgeny Shevtsov2016-01-26 17:21:54
MySQL
Evgeny Shevtsov, 2016-01-26 17:21:54

How to add a value before the current one?

There are lines with values:
1
2
3
4
What query should be executed to get the values
​​dd/1
dd/2
dd/3
dd/4 as output?
That is, add before the current value "dd/"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Melkij, 2016-01-26
@melkij

select concat('dd/', fieldname) ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question