| 0.0002 |
SELECT `repID`, `rep_level`, `name` FROM (`reps`) WHERE `active` = 1 ORDER BY `name`
|
| 0.0002 |
SELECT `doctorID`, `consultation`, `name`, `doc_type`, `country` FROM (`doctors`) WHERE `active` = 1 ORDER BY `country` DESC, `name` ASC
|
| 0.0038 |
show columns FROM leads WHERE field = "lead_step"
|
| 0.0010 |
show columns FROM leads WHERE field = "lead_status"
|
| 0.0011 |
show columns FROM leads WHERE field = "consultation"
|
| 0.0004 |
show columns FROM comments WHERE field = "contact_type"
|
| 0.0006 |
show columns FROM leads WHERE field = "interested_in"
|
| 0.0001 |
SELECT `affiliate`, `affID` FROM (`affiliates`) WHERE `active` = 1 ORDER BY `affiliate`
|
| 0.0001 |
SELECT `pagename`, `pageID` FROM (`landing_pages`) ORDER BY `pagename`
|