Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"SELECT
HL_STG_STK.PRUEBA_CAMIONES_OUT.ID_OPERACION,
HL_STG_STK.PRUEBA_CAMIONES_OUT.CAMION,
HL_STG_STK.PRUEBA_CAMIONES_OUT.EP,
HL_STG_STK.PRUEBA_CAMIONES_OUT.ET,
HL_STG_STK.PRUEBA_CAMIONES_OUT.ST,
HL_STG_STK.PRUEBA_CAMIONES_OUT.SP
FROM HL_STG_STK.PRUEBA_CAMIONES_OUT
WHERE HL_STG_STK.PRUEBA_CAMIONES_OUT.ET=to_date('"+row1.Month+"', 'yyyy/mm/dd hh24:mi:ss')"
"select ColumnName1, ColumnName2...from TableName where Date_Field ="+row1.Month
Exception in component tOracleInput_1
java.sql.SQLException: ORA-00933
"SELECT
HL_STG_STK.PRUEBA_CAMIONES_OUT.ID_OPERACION,
HL_STG_STK.PRUEBA_CAMIONES_OUT.CAMION,
HL_STG_STK.PRUEBA_CAMIONES_OUT.EP,
HL_STG_STK.PRUEBA_CAMIONES_OUT.ET,
HL_STG_STK.PRUEBA_CAMIONES_OUT.ST,
HL_STG_STK.PRUEBA_CAMIONES_OUT.SP
FROM HL_STG_STK.PRUEBA_CAMIONES_OUT
WHERE HL_STG_STK.PRUEBA_CAMIONES_OUT.ET="+row1.Month+""
01-02-2003;