0

How to disable the default ascending order of output in a MySQL query and the output must appear as it was arranged in the SQL query somewhere?

When I query something like this one...

select postalcode, customername, contactname, * from customers
where postalcode in ('13008','12209','05022')

...the output will look like this in the picture below.

enter image description here

How to make a query in such a way that the output will now look like in the picture below?

enter image description here

Thank you all!

Fitzmerl Duron
  • 109
  • 1
  • 2
  • 10

0 Answers0