MySQL Forums
Forum List  »  Quality Assurance

Re: SQL query does not find record (randomly)
Posted by: Tomas Holenda
Date: November 21, 2012 05:28PM

In the Shell command is the same :-(

mysql> select * from cidla WHERE owid = "28.B941DE030000";
+-----------------+-------------+---------------------+-----+
| owid | temperature | updated | beh |
+-----------------+-------------+---------------------+-----+
| 28.B941DE030000 | 1.00 | 2012-11-22 00:23:18 | 1 |
+-----------------+-------------+---------------------+-----+
1 row in set (0.00 sec)

mysql> update cidla set beh=1 WHERE owid = "28.B941DE030000";
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 0

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SQL query does not find record (randomly)
1382
November 21, 2012 05:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.