Hello,
I'm looking for a way to write a stored procedure or something to return a ResultSet with Embedded Python.
My goal is the following:
I have a Goal table with a Text field that is free text.
CREATETableId
I would like to create a procedure that returns all the entities (in the iKnow sense) in a new Entity column.
Python code, i would like to use :
'This is a test of the Python interface to the iKnow engine. another sentence to test this program with.'Expected result :
How do I go about it ?
.png)


.png)



