Hi,
I'm new to MySQL.
So, here's my code:
If I use this code in a PHP document as a MySQL Query will it update all the rows where test_field="X" or only one?
Please help me out here.
Thanks
I'm new to MySQL.
So, here's my code:
| Code: |
|
UPDATE example_test="EG" WHERE test_field="X" |
If I use this code in a PHP document as a MySQL Query will it update all the rows where test_field="X" or only one?
Please help me out here.
Thanks
