Hi I have a table with 2 columns Name (variable type) and CODE (variable type)
I need to retrieve a result in the following format
NAME -->
CODE
| FREQUENCY
|
V
The number of names may vary
so also the code
I Need to write a query in MySQL
Please point me in the right direction.
I need to retrieve a result in the following format
NAME -->
CODE
| FREQUENCY
|
V
The number of names may vary
so also the code
I Need to write a query in MySQL
Please point me in the right direction.
Comment