kann ich in einer Stored Procedure in Firebird einen Generator mit "dynamischen Namen" erzeugen, also etwa so:
wie es geht wurde schon geschrieben, Aber:
http://www.firebirdsql.org/refdocs/l...-execstat.html
Zitat:
Warning
Although this form of EXECUTE STATEMENT can also be used with all kinds of DDL strings (except CREATE/DROP DATABASE), it is generally very, very unwise to use this trick in order to circumvent the no-DDL rule in PSQL.