|
I am using this query to obtain data from mysql
"select Code_Desc, Code_Type from code order by Code_Type"
Code_Type contains "R" or "P", I want to shown R and P data in two columns, all P Records may be in first column and all R records may be in 2nd columns.
Any idea how to do in php?
|