We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create table t (float(8)); insert into t values (3.14); select * from t;
we will get 3, not 3.14.
@shenli
Activity