Skip to content

Sql Query

Hjaehong edited this page Feb 8, 2021 · 1 revision

create table linereply( bunho number(4), line_reply varchar2(1000), primary key(bunho) );

create sequence linreply_bunho_seq;

Clone this wiki locally