Is it possible to treat two or three column treat (merge) as one column and search with LIKE
keyword from that one column and ORDER result as desired?
my columns
| to_place | from_place | departure_place|
|:-----------|------------:|:------------: |
| Same | Place | Line
| Rangpur | Dhaka | Chittagong
| Badda | bogra | hello
| Shyamoli | rajshahi | mohammadpur
| test | test1 | adabor
| another | test2 | kurigram
so i want these 3 columns in one column in my SQL
so that i can order them