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
Currently one need to write cursor with trying to update record and catch lock conflicts in when-block to skip rows which are locked by others.
It will be useful if FB has the mechanism to obtain non-locked record(s) directly in SELECT statement.