How to sort data from a table?
-
I have a table and the data_id, name and value columns in it. Data sample:
2 cars_type SUV
2 cars_color red
3 cars_type Sedan
3 cars_color whiteHow do I view data by rows (separate sql query)? The desired result:
row1: SUV, red
row2: Sedan, white
etc…Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to sort data from a table?’ is closed to new replies.