How can we create procedure in BigSQL?

200 views Asked by At

I am trying to create procedure in BigSQL. where i got some syntax error since i used db2 systax.Could you please tell me. what is the systax for procedure creation in BigSQL.

1

There are 1 answers

0
data_henrik On

The documentation for the BigSQL syntax can be found here: http://www-01.ibm.com/support/knowledgecenter/SSPT3X_4.0.0/com.ibm.swg.im.infosphere.biginsights.db2biga.doc/doc/biga_intro.html?lang=en

However, as noted, you probably are dealing with a specific syntax issue and you should post the code for the procedure you created.