Column values type for LABKEY.ext.Store

LabKey Support Forum (Inactive)
Column values type for LABKEY.ext.Store Ben Bimber  2013-04-10 11:26
Status: Closed
 
if your SQL statement explicitly casts them to VARCHAR maybe that would do it. something like:

SELECT CAST(myNumber as VARCHAR) as myNumber FROM lists.mylist

i have not tested that.