Subject RE: [firebird-support] question table numbers in select
Author Svein Erling Tysvær
>Now I get the tablename from tcategory and I would like to update the record in the right table.
>Your suggestion is a viable way. It does not seem to be possible without a statement?

I don't think I understand, in order to do an update, I always use an UPDATE statement, in order to select I always use a SELECT statement, I'd even say I use a COMMIT statement to commit my transactions. So what exactly do you mean with STATEMENT?

Set