⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fill_help_tables.sql

📁 开启mysql的远程连接的方法 mysql-noinstall-5.1.6-alpha-win32.zip
💻 SQL
📖 第 1 页 / 共 5 页
字号:
-- Copyright (C) 2000-2005 MySQL AB-- -- This program is free software; you can redistribute it and/or modify-- it under the terms of the GNU General Public License as published by-- the Free Software Foundation; either version 2 of the License, or-- (at your option) any later version.-- -- This program is distributed in the hope that it will be useful,-- but WITHOUT ANY WARRANTY; without even the implied warranty of-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the-- GNU General Public License for more details.-- -- You should have received a copy of the GNU General Public License-- along with this program; if not, write to the Free Software-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA-- DO NOT EDIT THIS FILE. It is generated automatically.delete from help_topic;delete from help_category;delete from help_keyword;delete from help_relation;insert into help_category (help_category_id,name,parent_category_id,url) values (1,"Geographic",0,'');insert into help_category (help_category_id,name,parent_category_id,url) values (2,"Polygon properties",31,'');insert into help_category (help_category_id,name,parent_category_id,url) values (3,"WKT",31,'');insert into help_category (help_category_id,name,parent_category_id,url) values (4,"Numeric Functions",35,'');insert into help_category (help_category_id,name,parent_category_id,url) values (5,"Plugins",32,'');insert into help_category (help_category_id,name,parent_category_id,url) values (6,"MBR",31,'');insert into help_category (help_category_id,name,parent_category_id,url) values (7,"Control flow functions",35,'');insert into help_category (help_category_id,name,parent_category_id,url) values (8,"Transactions",32,'');

⌨️ 快捷键说明

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