100% BF correct.
Have a try.
CREATE TABLE rate_list (rate NUMBER(6,2));
INSERT INTO rate_list VALUES (0.999);
select * from rate_list;
INSERT INTO rate_list VALUES (-.9);
select * from rate_list;
INSERT INTO rate_list VALUES (87654.556);
select * from rate_list;
INSERT INTO rate_list VALUES (-10);
select * from rate_list;
INSERT INTO rate_list VALUES (-99.99);
select * from rate_list;
INSERT INTO rate_list VALUES (0.551);
select * from rate_list;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Mcromeo
1 month, 2 weeks agolucemqy
2 months agoWingL
6 months, 1 week agoOrxan_H
6 months, 1 week agozouve
6 months, 2 weeks agomusafir
7 months agoCMjer
7 months, 3 weeks ago