04-21-2016, 11:40 AM
Hello.
Can you add support subqueries in where_in(), where_not_in(), or_where_in(), or_where_not_in() statements?
For sample,
(Microsoft SQL Server).
Can you add support subqueries in where_in(), where_not_in(), or_where_in(), or_where_not_in() statements?
For sample,
Code:
"lot"."Lot_ID" in (select "lot_id" from "hwc_data"."dbo"."lotspec")
(Microsoft SQL Server).