On 16/02/07, Jonathan Mitchem <[EMAIL PROTECTED]> wrote: > Actually, afaik, they do support cast( value as type ) but int4 isn't a > supported type in SQL Server.
Yip, just saw that... and it looks like both mysql and postgres have int as a synonym for int4... so cast(value as int) would have done the trick... sorry for not seeing that. Cheers Anton ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Alchemi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alchemi-developers
