DMS : Possibility of using like operator in DMS

0

Hi,

We are using DMS for migrating from Oracle to S3. Is there any option to use the 'like' operator in the input table to filter data in Table Mappings?

Jhagan
preguntada hace 9 meses205 visualizaciones
1 Respuesta
0

Hi there.

There doesn't seem to be such operator. Per the documentation, only the following are available:

  • lte – less than or equal to one value
  • ste – less than or equal to one value (lte alias)
  • gte – greater than or equal to one value
  • eq – equal to one value
  • noteq – not equal to one value
  • between – equal to or between two values
  • notbetween – not equal to or between two values
  • null – NULL values
  • notnull – no NULL values

I hope this helps.

profile pictureAWS
EXPERTO
respondido hace 9 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas