Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Improve toXML demo to get parameters of function call #1

@sqlparser

Description

@sqlparser

Oracle query

BEGIN 
SELECT * FROM test123.TableOK; CALL fnc.copy_table('test234.test1','test567test2'); CALL fnc.copy_table('test345.test3','test678.test4'); SELECT * FROM test456.test5 a INNER JOIN test789.test6 b ON a.rowid = b.rowid; 
END

https://github.com/sqlparser/gsp_demo/tree/master/dotnet/src/demos/visitors

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions