Hi
I am new to JSQLParser and we want to use it to automate schema creation in a data warehousing tool based on SQL view as input.
Our SQL view uses different SQL artifacts including NVL and DECODE. I was looking into JSQLParser.jj but i donot see these 2 are covered.
Does JSQLParser provides support for these?
Regards
Nvl and decode are parsed as functions using the version at github. O.9.5 was just released.
-------- Ursprüngliche Nachricht --------
Von: varun kashyap varkashy@users.sf.net
Datum: 18.03.2016 16:21 (GMT+01:00)
An: "[jsqlparser:discussion]" 360150@discussion.jsqlparser.p.re.sf.net
Betreff: [jsqlparser:discussion] Does JSQLParser supports Decode and NVL?
Hi
I am new to JSQLParser and we want to use it to automate schema creation in a data warehousing tool based on SQL view as input.
Our SQL view uses different SQL artifacts including NVL and DECODE. I was looking into JSQLParser.jj but i donot see these 2 are covered.
Does JSQLParser provides support for these?
Regards
Does JSQLParser supports Decode and NVL?
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/jsqlparser/discussion/360150/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/ parsed as