All pastes #2065550 Raw Edit

Untitled

public sql v1 · immutable
#2065550 ·published 2011-05-20 11:06 UTC
rendered paste body
'LEFT JOIN `opportunities_audit` `oa` ON ' .				'`oa`.`parent_id` = `op`.`id` AND ' .				'`oa`.`before_value_string` = `op`.`sales_stage` AND ' .				'`oa`.`date_created` = (' .					'SELECT ' .					'MAX(`date_created`) `date_created` ' .					'FROM `opportunities_audit` `oa1` ' .					'WHERE ' .						'`oa1`.`parent_id` = `op`.`id` AND ' .						'`oa1`.`before_value_string` = `op`.`sales_stage`' .				') ' .