I want to find that what procedure I have defined before, so how can I list all procedures in voltdb
?
which cmd should I use?
You can browse the procedures in the VoltDB Management Console web interface, or in sqlcmd you can use the command "list procedures".
show procedures;
Bottom you will see > User Procedures
Later you can delete drop procedure <Name>