navicat for Mysql query data can not be modified directly

navicat for Mysql query data can not be modified directly

The original sql statement:

<pre>
select id,name,title from table where id = 5;
</pre>


change into:

<pre>
select * from table where id = 5;
</pre>

Then there is the following direct hit at point gou button to save

Guess you like

Origin www.cnblogs.com/newmiracle/p/11875315.html