Reputation: 795
How to do concatenation in mysql? I have table logs
in which there is a field logs_status
which consists of a value in a format like log_name
+OK for example ,some_logeOK
, so i need to join log_name
with ok and select all
WHERE `logs_status` = `log_name`+OK
Upvotes: 0
Views: 86