Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. | col1 | col2 | .... | coln |
  2. -------------------------------------------
  3. | - | - | - | - |
  4. | - | - | - | - |
  5. | - | - | - | - |
  6. -------------------------------------------
  7.  
  8. $query1 = "SELECT col1, col2, col3, col4, col5, ..., coln FROM table";
  9.  
  10. $query2 = "SELECT col180, col1, col78, col13, col930, col2 FROM table";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement