smexport.sql

来自「Excel控制控件」· SQL 代码 · 共 36 行

SQL
36
字号
INSERT INTO industry
  (IND_CODE, IND_NAME, LONG_NAME)
VALUES
  (3579, "SoftW", "Computer Software");

INSERT INTO industry
  (IND_CODE, IND_NAME, LONG_NAME)
VALUES
  (3710, "Auto", "Auto & Truck");

INSERT INTO industry
  (IND_CODE, IND_NAME, LONG_NAME)
VALUES
  (3720, "Aero", "Aerospace/Defense");

INSERT INTO industry
  (IND_CODE, IND_NAME, LONG_NAME)
VALUES
  (7000, "Hotel", "Hotel/Gaming");

INSERT INTO industry
  (IND_CODE, IND_NAME, LONG_NAME)
VALUES
  (8000, "Med", "Medical Services");

INSERT INTO industry
  (IND_CODE, IND_NAME, LONG_NAME)
VALUES
  (3573, "Comp", "Computer Hardware");

INSERT INTO industry
  (IND_CODE, IND_NAME, LONG_NAME)
VALUES
  (4810, "Tele", "Telecommunications");

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?