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
Post a Comment