Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41546, comment 3


Ignore:
Timestamp:
08/04/2017 02:58:49 PM (8 years ago)
Author:
subrataemfluence
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41546, comment 3

    initial v1  
    11A quick suggestion, might be useful!
    22
    3 What actual SQL query you get when you extract it using `$query->request;` and print it on screen? Does this outputs the query exactly as you want to be?
     3What actual SQL query you get when you extract it using `$query->request;` and print it on screen? Does this outputs the query exactly as you want?
    44
    5 If yes, what you get when you run this query directly on your SQL query browser? Does this outputs the values in right order?
     5If yes, what you get when you run this query directly on your SQL query browser? Does this output the values in correct order?