I pull data from a remote MySQL DB from different columns and tables, i need to reorder the fields, how can i do?
Example with stdout it doesn't print in a fixed order but it change every time, i want to see something like this:
Field1 = Value1
Field2 = Value2
...