Originally created by: jecel...@gmail.com
I use "select * from equip_items where set_id > 0", but i hit right
menu "copy grid data as SQL" and paste it,i found result:
"INSERT INTO `unknown` (`base_id`, `name`) VALUES ('1510', 'hello! sam!');"
table name is `unknown`? bug it....
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: a...@anse.de
Not a bug, that is intentionally - as you are in the query grid and HeidiSQL would
need a parser to detect which is the right table name. Even with a SQL parser the
table name can be non unique when you joint two or more tables. So I don't see a
solution for it.
See issue #723 for a related discussion.
Status: Invalid
Related
Tickets:
#723