Hi,
is there an maxdb equivalent to CAST(<column> AS <type>).
I have eg. a LONG column containing multiple data depending on the context. In some context they contain just a number, after which I need to sort:
SELECT * FROM <table> SORT BY CAST(<column> AS INTEGER)
Thanks for any help :-)
Ralf
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
