Mysql insert into bad table -


i'm using old db many historic tables. insert values table zprava. therefore tried doing this:

insert zprava (id_sekce, datumcasod, nazev, id_zdroj, anotace, obr300x160, url) values (12915, 'test', 'test', 1061, 'test', '/img.jpg', 'http://www.test.cz') 

but after insertion there record written in different table

 select * `zpravasekce` id_zprava = 470442  | id_zprava | id_sekce | |    470438 |    11018 | 

while tested behaviour insertions other table zpravasekce seem happen randomly. think trigger or stored function. i'm connect root db , there no triggers, functions or sth that.

on testing server cron jobs turned off.

any advices try? lot


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -