No you wrong understand me, look:
I have a table: TestTable
__________________________
| IntField | TimestampField |
|_______|______________|
| INT | Timestamp |
For example i have 1 record in this table:
| 5 | 19990813050505 |
Now execute command: UPDATE TestTable SET...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.