Oct 25, 2006 #1 nutrotek Technical User Aug 10, 2006 8 US How do you round down to lowest 100 in SQL? Example 799, should be 700; 11069 should be 11000. Thanks.
How do you round down to lowest 100 in SQL? Example 799, should be 700; 11069 should be 11000. Thanks.
Oct 25, 2006 #2 SQLSister Programmer Jun 18, 2002 7,292 US select floor(799*.01)*100.00 Questions about posting. See faq183-874 Upvote 0 Downvote