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
feita há 9 meses205 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 9 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas