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
gefragt vor 8 Monaten199 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 8 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen