Your table is already locked by some query. For example, you may have executed “select for update” and have not yet committed/rollbacked and fired another select query. Do a commit/rollback before executing your query.
Your table is already locked by some query. For example, you may have executed “select for update” and have not yet committed/rollbacked and fired another select query. Do a commit/rollback before executing your query.