I have a simple table with two rows. First row type is INT, second is Timestamp.
If i make update row with type INT, row with type Timestamp update automaticaly with NOW() value.
For example: "UPDATE TestTable SET IntField = 5"
With this query i change 2 record(IntField and TimestampField).
Why it so, if i want to change only row with type INT ?
Any suggestions ?
If i make update row with type INT, row with type Timestamp update automaticaly with NOW() value.
For example: "UPDATE TestTable SET IntField = 5"
With this query i change 2 record(IntField and TimestampField).
Why it so, if i want to change only row with type INT ?
Any suggestions ?