Advertisement
Guest User

Untitled

a guest
Feb 18th, 2010
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. mysql> select frequency, networkid, transportid from dtv_multiplex order by frequency;
  2. +-----------+-----------+-------------+
  3. | frequency | networkid | transportid |
  4. +-----------+-----------+-------------+
  5. | 746000000 | 9018 | 24640 |
  6. | 770000000 | 9018 | 12294 |
  7. | 778000000 | 9018 | 8203 |
  8. | 794000000 | 9018 | 20544 |
  9. | 801833000 | 9018 | 4168 |
  10. +-----------+-----------+-------------+
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement