Hi,
I have a long list of expired token that I want to drop. I created the file with the
drop cmd
How do I run in gsql by sourcing in the file name with all the drop instead of drop it one at a time
Thanks
Hi,
I have a long list of expired token that I want to drop. I created the file with the
drop cmd
How do I run in gsql by sourcing in the file name with all the drop instead of drop it one at a time
Thanks
Hi Danielle,
I am afraid we don’t have that feature for now. I will report this to our product team.
Thanks.
do you mean you have a file containing multiple lines of
drop token xxx1
drop token xx2
…
and you want to run this file in gsql? Or something else?