Author Topic: MySQL QUERY (group)  (Read 274 times)

rhyandiansay

  • New Member
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
MySQL QUERY (group)
« on: August 06, 2012, 07:33:21 AM »
hello,

i want to query in my database by group (department).
and i want to display in different table each department .

output:

----------------------
department one
----------------------
1 abc
2 def
3 ghi
----------------------


----------------------
department two
----------------------
1 abc
2 def
3 ghi
----------------------

......
thank you so much..