To give more detail to the previous email, I want to fully replicate the behaviour of the filters in my own code, so I would like to know if “_” will be considered a wildcard matching any character/how it will be matched, and the same for “%”(does it match multiple characters?). Also, can there be more than one of each? Is there anywhere this implementation is documented or defined?
Thank you, Andreea From: Andreea Paduraru <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, 13 December 2018 at 14:39 To: "[email protected]" <[email protected]> Subject: Partition Filtering Using LIKE Hi, I would like to know what kind of expressions the ‘LIKE’ operator supports in the case of partition filtering. Is it percent (“%”) and underscore (“_”) or something else? Thanks, Andreea
