You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
这边有 http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt
The data types FLOAT, REAL, and DOUBLE PRECISION are col-lectively referred to as approximate numeric types.
定义了三种浮点类型,其中一个完整名称就是 DOUBLE PRECISION ,但是数据库实现一般就用 double
druid 1.0.20
sqljdbc41 4.2.6420.100
SqlServer 2008 Express with default config
When I enabled the wall filter , it blocked the two ddl statemnets below.
When I disabled the wall filter and enabled the stat filter only, the two statements were executed, but it also has parser exception logs.
sql injection violation, syntax error:
syntax error, expect LPAREN, actual NOT not :
sql injection violation, syntax error:
syntax error, error in :'uble precision,
LONG_ numeric(19,0',expect RPAREN, actual IDENTIFIER precision :
The text was updated successfully, but these errors were encountered: