My tables are set up something like this:
table name: process
fields: name, id_string
table name: value_seach
fields: id_string, value
I want to construct a select statement that will display all of the process names (with it's respective id_string) that do not have an entry in value_search.
The id_string in the process table can be null, and still have a name, but those need to be excluded if possible. The id_string in value_search can never be null
How do I do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…