Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to remove the data in script execution windows(while we are reloading the data we the information what we can see)?
how to remove the data in script execution windows(while we are reloading the data the information what we can see)?*
Thanks In Adavnce
rajesh
Hi Rajesh
not sure to understand well your problem.
IF you want to load a prt of your data (removing some others) you can use the WHERE NOT EXISTS(Reference field, Loading field) clause
best regards
Chris
So far as I know, you cannot remove data out from a table.
You need to load it into a new table (without the data you want to remove by using the WHERE clause), drop the "old" table, rename the new table to old one
Fabrice
Hi Cristian,
Its Not about the limiting the data in script level,
When you reload the script, you can see the Script execution wizard(where it will display the information which data is loaded and which data is loading currently).
Would like to remove that information from the script execution wizard.
Thanks In advance.
Rajesh