I use NaviCat f开发者_开发知识库or SQL Server Lite. On my database I make a
SELECT * FROM Table WHERE ID = 1.
Then I get a result. Everything correct. Now if i want to edit one column and click into the column I can't write anything.
Is that possible in this version?
EDIT: I use this on my Mac OS X
In Navicat You can't edit the results of a query , you will need to open the table and edit the row directly .
精彩评论