• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1create table t1(one smallint);
2insert into t1 values(1);
3select * from t1;
4