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
asked 8 months ago192 views
1 Answer
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
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions