grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

plsql LONG VARCHAR is not supported

Open siggemannen opened this issue 4 years ago • 3 comments

The LONG VARCHAR datatype doesn't seem to be supported in PLSQL grammar:

https://docs.oracle.com/javadb/10.8.3.0/ref/rrefsqlj15147.html

siggemannen avatar Apr 24 '21 09:04 siggemannen

LONG VARCHAR is a JAVA datatype.

I guess that it is not related with Oracle PL/SQL datatypes

outon avatar Apr 27 '21 14:04 outon

I asked a colleague of mine that has access to oracle db and he could run this fine, so i'm guessing it's some kind of type: create table t ( a int, b long varchar )

siggemannen avatar Apr 28 '21 06:04 siggemannen

image

mlorek avatar Oct 24 '22 14:10 mlorek