📄 accounttype.txt
字号:
insert into account_Type (account_type_id, account_type_name, account_type_description, created_by, created_date, modified_by, modified_date ) values ( 'CUST', 'Customer', 'A Customer or potential Customer', 'sfowler', '2001-12-01 00:00:00', 'sfowler', '2001-12-01 00:00:00' );
insert into account_Type (account_type_id, account_type_name, account_type_description, created_by, created_date, modified_by, modified_date ) values ( 'PRTNR', 'Partner', 'A Partner in the deal', 'sfowler', '2001-12-01 00:00:00', 'sfowler', '2001-12-01 00:00:00' );
insert into account_Type (account_type_id, account_type_name, account_type_description, created_by, created_date, modified_by, modified_date ) values ( 'COMP', 'Competitor', 'A Competitor in the deal', 'sfowler', '2001-12-01 00:00:00', 'sfowler', '2001-12-01 00:00:00' );
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -