Quantcast
Channel: mysql – vegibit
Viewing all articles
Browse latest Browse all 33

Working With Common MySQL String Functions

$
0
0

MySQL String Functions

MySQL has many built in functions for dealing with strings. Many times, we can perform these operations using whatever programming language we happen to be using with MySQL such as PHP. Other times however, it is really helpful to be able to manipulate strings right in our MySQL statements. In this episode we’ll take a look at working with strings and doing things like setting them to all upper or lowercase, reversing their order, replacing characters with other characters, gluing strings together with concatenation, and much more.…

The post Working With Common MySQL String Functions appeared first on Vegibit.


Viewing all articles
Browse latest Browse all 33

Trending Articles