Subject | Re: [firebird-support] Digest Number 9396 |
---|---|
Author | |
Post date | 2016-11-21T15:36:53Z |
And how should I do my queries ? Is there some documentation for this ?
I need to compile data from several tables, scan the records, update , delete some and then prepare the data for a report. For me the
with query as(
select
)
select * from query
is not enough.
Tiberiu