December 27, 2018 at 1:12 pm
December 28, 2018 at 8:55 am
I don't see special characters or a time. Your description doesn't quite make sense.
It would be better to see some DDL for the table and some DML to insert sample data that would help determine what cases you need to solve. Ideally I'd try to get a test that examines what you want written so that a variety of cases can be checked.
December 28, 2018 at 9:35 am
I hope the following explains what I am looking for:
For example. 'smith' from LastName and 'smith, darell' from teacherD should not be selected from the query above. 'Smith' is a subset of 'Smith, Darell'. Basically if 'Smith' is part of 'Smith, Darell', then the record should not be selected. The Logic above needs to not include Smith, as part of the selection. The comma is making that record get selected. Thus would you show me the sql to meet my requirements? Thanks for your help!
December 28, 2018 at 10:22 am
Got consumable data? (CREATE TABLE/INSERT scripts)??? Surely you've figured out how to do that by now. Unless you want just guesses instead of tested code.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply