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&#39;t work</div><div>Update Set T1= &#39;Test&#39; Where col1=&#39;name&#39; LIMIT 1</div>