MySQL Forums
Forum List  »  Newbie

9.2.1 Identifier Qualifiers
Posted by: Javier Garrido
Date: March 14, 2016 12:52PM

I dont know if this is a bug or a feature.
phpMyAdmin-2.11.7 and MySQL Workbench 5.2.46CE Rev 10385
have different behaviour running a stament like this:

select *
from db_name1.tbl_name1
join tbl_name2 on tbl_name1.col_name1 on col_name2

On Workbench run fine and it finds tbl_name2 on current schema but
phpMyAdmin claims that tbl_name2 doesnt exist on db_name1

Options: ReplyQuote


Subject
Written By
Posted
9.2.1 Identifier Qualifiers
March 14, 2016 12:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.