[Gambas-user] Issue 446 in gambas: Select statement returns no data

gambas at ...2524... gambas at ...2524...
Wed Jun 26 01:28:03 CEST 2013


Comment #1 on issue 446 by ea7... at ...626...: Select statement returns no  
data
http://code.google.com/p/gambas/issues/detail?id=446

I think you have to get rid of single quotes in the nested query. Try this  
as:

Select * From Inventory Where InventoryId In (Select InventoryId From  
Topics2InventoryXref Where TopicId = 18)

Regards


-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list