ThrottleWorks
Excel Ninja
Hi,
I am trying to write an INSERT query in my database.
Query is as below.
insert into mydatabase (Sr, Region, Name, MyDate, Amount) values (21, North, Sachin, 22-Oct-2018, 5000)
However when I run this query, only first and last column of the table are updated.
Rest of the tables are not updated. Can anyone please help me in this.
I am trying to write an INSERT query in my database.
Query is as below.
insert into mydatabase (Sr, Region, Name, MyDate, Amount) values (21, North, Sachin, 22-Oct-2018, 5000)
However when I run this query, only first and last column of the table are updated.
Rest of the tables are not updated. Can anyone please help me in this.