Does Labkey SQL allow TEXT-to-INT conversion/CAST-ing?

LabKey Support Forum (Inactive)
Does Labkey SQL allow TEXT-to-INT conversion/CAST-ing? Matthew Bellew  2013-09-12 16:09
Status: Closed
 
As to why these are inconsistent. The schema files use names that are consistent with xml schema conventions

  http://www.w3.org/TR/xmlschema-2/

and SQL uses names consistent with JDBC/ODBC conventions

  http://docs.oracle.com/cd/E17952_01/refman-5.0-en/connector-odbc-reference-datatypes.html

Matt