Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Isnumeric Bug
Message
From
20/09/2004 10:26:43
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
00942046
Message ID:
00944001
Views:
36
You are right. But it is very special.

select cast(cast('5.67' as real) as int)
select cast(cast('5' as real) as int)
select cast(cast('-' as real) as int)


The first two will work. Last one does work.


Thanks


Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform