Code.NET
Tuesday, May 20, 2008
SQL search on float value, using string wild cards
Do convert the float value to bigint and then to nvarchar to search using wild cards and like
e.g
CONVERT(nvarchar, CONVERT(bigint,
))
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment