Subject Fix SEQUENCE value
Author zaher dirkey
In firebird 2 can i do this

ALTER SEQUENCE posts_id RESTART WITH (SELECT MAX(id) FROM posts)

and how to fix it in one query, may be i use "execute block"?