S
Sreppohcdoow
Is there a way to select to find multiple conditions?
I.e., in SQL, you can typically SELECT from myTable where someColumn in
('x','y','z')
instead of passing in explicit strings, I'd like to pass in an array of
values, is this possible, i.e., perhaps just a single column as a dataview?
Can a nested select be used as can be used in SQL?
I haven't seen may in-depth Datatable.Select examples that demonstrate such
functionality... if they are out there, please point the way!
Thx,
MS
I.e., in SQL, you can typically SELECT from myTable where someColumn in
('x','y','z')
instead of passing in explicit strings, I'd like to pass in an array of
values, is this possible, i.e., perhaps just a single column as a dataview?
Can a nested select be used as can be used in SQL?
I haven't seen may in-depth Datatable.Select examples that demonstrate such
functionality... if they are out there, please point the way!
Thx,
MS