> > You can do this by creating a temporary table. > 1.Ensure that all fields are included and cached as a dataset when the data is first pulled(age、sex、other...) 2.When outputting to different tables, select different fields of the cached dataset.
- For the same data source in two SQLs, how to read it once? Gang Li
- Re: For the same data source in two SQLs, how to read it on... Yang shun