[gnome-db] GDA_SQL_OPERATOR_TYPE_IN and SqlBuilder
Andrea Zagli <[email protected]> Tue, 22 Mar 2016 15:46:39 +0000
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
what type of data i need to pass to SqlBuilder to render the following
"IN" part?
SELECT name FROM master WHERE id IN ("1", "2", "10")
and what functions i need to call?
thanks in advance