I'd like to update only one record from a table with a specific WHERE search statement, but the problem is that when I currently execute the code it updates all of the matching records not just the top one, is there any way around this?
<div><br></div><div>Code that I tried to use but didn't work</div><div>Update Set T1= 'Test' Where col1='name' LIMIT 1</div>