Changes between Initial Version and Version 1 of Ticket #22213
- Timestamp:
- 10/17/2012 01:05:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22213 – Description
initial v1 7 7 return 'DISTINCT post_author as pa, '; 8 8 } ); 9 }}} 9 10 10 11 When the split query runs it uses `$wpdb->get_col()` which will return the DISTINCT field values we asked for instead of the ID fields. In the example above we get an array of post author IDs instead of post IDs.