When I do “paste SQL statement” for a table then the databasename and the tablename will not have the character `at start and end of the name. A very large German provider, Hosteurope, has a dash – in the databasename and therefore ` is needed. So SqlYog should create
insert into `dbname`.`tablename`
update/delete/select the same of course.
Regards,
Emile