G
Guest
Hello, Im +/- newbi
I have a DataTable containing several DataColumns
Some columns have single names, like "IP", others have composite names, like "IP Subnet"
I want to select rows where IP and IP Subnet are not empty strings, so here come my two questions
1: I cannot do something like: myTable.select(IP, IP Subnet query_criteria
I obtain syntax error in the field: IP Subnet -> so how can i identify the field correctly in the query
2: In query_criteria, how can I indicate the following: "is not an empty string
Regards
Bernard
I have a DataTable containing several DataColumns
Some columns have single names, like "IP", others have composite names, like "IP Subnet"
I want to select rows where IP and IP Subnet are not empty strings, so here come my two questions
1: I cannot do something like: myTable.select(IP, IP Subnet query_criteria
I obtain syntax error in the field: IP Subnet -> so how can i identify the field correctly in the query
2: In query_criteria, how can I indicate the following: "is not an empty string
Regards
Bernard