You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once I queried the table that contains primary key I would like to be able to quickly change the column value in a specific row.
In this example I would like to have a shortcut for changing the level for Pride player (a row in players table with id as primary key), so that when I type 10 I want a query UPDATE players SET level=10 WHERE id=123226 to be automatically generated and executed after a confirmation
The text was updated successfully, but these errors were encountered:
Once I queried the table that contains primary key I would like to be able to quickly change the column value in a specific row.
In this example I would like to have a shortcut for changing the
level
forPride
player (a row inplayers
table withid
as primary key), so that when I type10
I want a queryUPDATE players SET level=10 WHERE id=123226
to be automatically generated and executed after a confirmationThe text was updated successfully, but these errors were encountered: