Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yaroslav

    Update Timestamp

    Thank you piti.. This query solve my problem.
  2. yaroslav

    Update Timestamp

    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...
  3. yaroslav

    Update Timestamp

    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...

Part and Inventory Search

Back
Top