📄 help.result
字号:
insert into mysql.help_category(help_category_id,name)values(1,'impossible_category_1');Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @category1_id:= 1;@category1_id:= 11insert into mysql.help_category(help_category_id,name)values(2,'impossible_category_2');Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @category2_id:= 2;@category2_id:= 22insert into mysql.help_category(help_category_id,name,parent_category_id)values(3,'impossible_category_3',@category2_id);Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @category3_id:= 3;@category3_id:= 33insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(1,'impossible_function_1',@category1_id,'description of \n impossible_function1\n','example of \n impossible_function1');Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @topic1_id:= 1;@topic1_id:= 11insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(2,'impossible_function_2',@category1_id,'description of \n impossible_function2\n','example of \n impossible_function2');Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @topic2_id:= 2;@topic2_id:= 22insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(3,'impossible_function_3',@category2_id,'description of \n impossible_function3\n','example of \n impossible_function3');Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @topic3_id:= 3;@topic3_id:= 33insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(4,'impossible_function_4',@category2_id,'description of \n impossible_function4\n','example of \n impossible_function4');Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @topic4_id:= 4;@topic4_id:= 44insert into mysql.help_topic(help_topic_id,name,help_category_id,description,example)values(5,'impossible_function_7',@category3_id,'description of \n impossible_function5\n','example of \n impossible_function7');Warnings:Warning 1364 Field 'url' doesn't have a default valueselect @topic5_id:= 5;@topic5_id:= 55insert into mysql.help_keyword(help_keyword_id,name)values(1,'impossible_function_1');select @keyword1_id:= 1;@keyword1_id:= 11insert into mysql.help_keyword(help_keyword_id,name)values(2,'impossible_function_5');select @keyword2_id:= 2;@keyword2_id:= 22insert into mysql.help_keyword(help_keyword_id,name)values(3,'impossible_function_6');select @keyword3_id:= 3;@keyword3_id:= 33insert into mysql.help_relation(help_keyword_id,help_topic_id)values(@keyword1_id,@topic2_id);insert into mysql.help_relation(help_keyword_id,help_topic_id)values(@keyword2_id,@topic1_id);insert into mysql.help_relation(help_keyword_id,help_topic_id)values(@keyword3_id,@topic3_id);insert into mysql.help_relation(help_keyword_id,help_topic_id)values(@keyword3_id,@topic4_id);help 'function_of_my_dream';name is_it_categoryhelp '%possible_f%';name is_it_categoryimpossible_function_1 Nimpossible_function_2 Nimpossible_function_3 Nimpossible_function_4 Nimpossible_function_7 Nhelp 'impossible_func%';name is_it_categoryimpossible_function_1 Nimpossible_function_2 Nimpossible_function_3 Nimpossible_function_4 Nimpossible_function_7 Nhelp 'impossible_category%';name is_it_categoryimpossible_category_1 Yimpossible_category_2 Yimpossible_category_3 Yhelp 'impossible_%';name is_it_categoryimpossible_function_1 Nimpossible_function_2 Nimpossible_function_3 Nimpossible_function_4 Nimpossible_function_7 Nimpossible_category_1 Yimpossible_category_2 Yimpossible_category_3 Yhelp '%function_1';name description exampleimpossible_function_1 description of impossible_function1 example of impossible_function1help '%function_2';name description exampleimpossible_function_2 description of impossible_function2 example of impossible_function2help '%function_3';name description exampleimpossible_function_3 description of impossible_function3 example of impossible_function3help '%function_4';name description exampleimpossible_function_4 description of impossible_function4 example of impossible_function4help '%function_5';name description exampleimpossible_function_1 description of impossible_function1 example of impossible_function1help '%function_6';name is_it_categoryimpossible_function_3 Nimpossible_function_4 Nhelp '%function_7';name description exampleimpossible_function_7 description of impossible_function5 example of impossible_function7help '%category_2';source_category_name name is_it_categoryimpossible_category_2 impossible_function_3 Nimpossible_category_2 impossible_function_4 Nimpossible_category_2 impossible_category_3 Yhelp 'impossible_function_1';name description exampleimpossible_function_1 description of impossible_function1 example of impossible_function1help 'impossible_category_1';source_category_name name is_it_categoryimpossible_category_1 impossible_function_1 Nimpossible_category_1 impossible_function_2 Nalter table mysql.help_relation engine=innodb;alter table mysql.help_keyword engine=innodb;alter table mysql.help_topic engine=innodb;alter table mysql.help_category engine=innodb;help 'function_of_my_dream';name is_it_categoryhelp '%possible_f%';name is_it_categoryimpossible_function_1 Nimpossible_function_2 Nimpossible_function_3 Nimpossible_function_4 Nimpossible_function_7 Nhelp 'impossible_func%';name is_it_categoryimpossible_function_1 Nimpossible_function_2 Nimpossible_function_3 Nimpossible_function_4 Nimpossible_function_7 Nhelp 'impossible_category%';name is_it_categoryimpossible_category_1 Yimpossible_category_2 Yimpossible_category_3 Yhelp 'impossible_%';name is_it_categoryimpossible_function_1 Nimpossible_function_2 Nimpossible_function_3 Nimpossible_function_4 Nimpossible_function_7 Nimpossible_category_1 Yimpossible_category_2 Yimpossible_category_3 Yhelp '%function_1';name description exampleimpossible_function_1 description of impossible_function1 example of impossible_function1help '%function_2';name description exampleimpossible_function_2 description of impossible_function2 example of impossible_function2help '%function_3';name description exampleimpossible_function_3 description of impossible_function3 example of impossible_function3help '%function_4';name description exampleimpossible_function_4 description of impossible_function4 example of impossible_function4help '%function_5';name description exampleimpossible_function_1 description of impossible_function1 example of impossible_function1help '%function_6';name is_it_categoryimpossible_function_3 Nimpossible_function_4 Nhelp '%function_7';name description exampleimpossible_function_7 description of impossible_function5 example of impossible_function7help '%category_2';source_category_name name is_it_categoryimpossible_category_2 impossible_function_3 Nimpossible_category_2 impossible_function_4 Nimpossible_category_2 impossible_category_3 Yhelp 'impossible_function_1';name description exampleimpossible_function_1 description of impossible_function1 example of impossible_function1help 'impossible_category_1';source_category_name name is_it_categoryimpossible_category_1 impossible_function_1 Nimpossible_category_1 impossible_function_2 Nalter table mysql.help_relation engine=myisam;alter table mysql.help_keyword engine=myisam;alter table mysql.help_topic engine=myisam;alter table mysql.help_category engine=myisam;delete from mysql.help_topic where help_topic_id=@topic1_id;delete from mysql.help_topic where help_topic_id=@topic2_id;delete from mysql.help_topic where help_topic_id=@topic3_id;delete from mysql.help_topic where help_topic_id=@topic4_id;delete from mysql.help_topic where help_topic_id=@topic5_id;delete from mysql.help_category where help_category_id=@category3_id;delete from mysql.help_category where help_category_id=@category2_id;delete from mysql.help_category where help_category_id=@category1_id;delete from mysql.help_keyword where help_keyword_id=@keyword1_id;delete from mysql.help_keyword where help_keyword_id=@keyword2_id;delete from mysql.help_keyword where help_keyword_id=@keyword3_id;delete from mysql.help_relation where help_keyword_id=@keyword1_id and help_topic_id=@topic2_id;delete from mysql.help_relation where help_keyword_id=@keyword2_id and help_topic_id=@topic1_id;delete from mysql.help_relation where help_keyword_id=@keyword3_id and help_topic_id=@topic3_id;delete from mysql.help_relation where help_keyword_id=@keyword3_id and help_topic_id=@topic4_id;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -