left join...using

This commit is contained in:
Marc Delisle
2002-11-11 17:48:47 +00:00
parent 7ff2556ea2
commit af84e6ce23
2 changed files with 4 additions and 1 deletions

View File

@@ -884,7 +884,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
}
if (($arr[$i]['type'] == 'alpha_reservedWord')
&& ($upper_data =='ON')) {
&& ($upper_data =='ON' || $upper_data =='USING')) {
$save_table_ref = FALSE;
} // end if (data == ON)