Subject temporary tables
Author petdevis
I would like to sort some values inside the body of a stored
procedure.Those
values are collected from differed tables . Does the Firebird support
Temporary tables (visible only inside the user's opened transaction)
(like
oracle does)?
If not , is there some data type (like array ) to use for sorting the
data

Thanks
PD