MySql Database
I am not sure if i could do this . I have a table with values as below
|invoicenumber|item_descreption|
| 1 | boots |
| 1 | hats |
I need to make select statment to return only one value from the above tables the expected result should be
| allItemsInTheInvoice |
| boots , hats |
Can someone help me to do that ?