I am hitting a wall trying to figure out how to do this elegantly and am betting someone knows.
I have a pipe of records and want to select all the records only if "*" is not in the stream. If "*" is in the stream, then only select that one. For instance: abc 123 * Result should be: * But if * is missing, then the result is abc and 123 Any thoughts? -- *James Vincent* -- Calendar: http://tinyurl.com/JSVCalWeek
