Hello!
I have an SQL query in which I need to filter 23,000 different IDs.
Understanding that SQL accepts filters of up to 1,000, I divided them into separate filters using the OR option.
I can execute this query in Stata 13, but not in Stata 14.
This is the error I have been facing:
The ODBC driver reported the following diagnostics
[Oracle][ODBC][Ora]ORA-00936: missing expression
SQLSTATE=HY000
r(682);
Does anyone have any tips?
Thank you!
I have an SQL query in which I need to filter 23,000 different IDs.
Understanding that SQL accepts filters of up to 1,000, I divided them into separate filters using the OR option.
I can execute this query in Stata 13, but not in Stata 14.
This is the error I have been facing:
The ODBC driver reported the following diagnostics
[Oracle][ODBC][Ora]ORA-00936: missing expression
SQLSTATE=HY000
r(682);
Does anyone have any tips?
Thank you!
Comment