Hi all,

I have 2 data files.  One which contains a number of records, and one which 
contains a number of prefixes.

A = load 'data' AS (id, name)
B = load 'prefixes' AS (prefix)

I'd like to pull records in A whose name begins with prefix

The prefixes are of varying lengths

I've been scouring the documentation, but haven't figured out what the best 
approach could be.

Thanks for any help,

Joe

Reply via email to