Solte os arquivos aqui

SQL upload ( 0 ) x-

Servidor: localhost:3306 »Banco de dados: mysql »Tabela: help_topic"help topics"
Configurações da páginaClique na barra para rolar até o topo da página
Pressione Ctrl+Enter para executar consulta Pressione Enter para executar consulta
ascendente
descendente
Ordem:
Depurar SQL
Contagem
Ordem de execução
Tempo gasto
Ordenar por:
Agrupar consultas
Desagrupar consultas
Recolher Expandir Mostrar rastro Ocultar rastro Contagem Tempo gasto
Favoritos
Atualizar
Adicionar
Sem marcador(es)
Adicionar marcador
Opções
Definir padrão





Recolher Expandir Repetir consulta Editar Demonstrar SQL Perfil Marcadores Falha na consulta Banco de dados : Tempo de execução da consulta :

Modo de navegação

Personalizar modo de navegação.

Documentação Usar apenas ícones, apenas texto ou ambos.
Documentação Usar apenas ícones, apenas texto ou ambos.
Documentação Se exibe ao usuário o botão "exibir tudo(linhas)".
Documentação Número de linhas exibidas na visualização do resultado encontrado. Se o resultado conter mais linhas, os links 'Anterior' e 'Próximo' serão apresentados.
Documentação SMART - i.e. ordem decrescente para colunas do tipo TIME, DATE, DATETIME e TIMESTAMP, caso contrário, ordem ascendente.
Documentação Destacar linha apontada pelo cursor do mouse.
Documentação Destacar linhas selecionadas.
Documentação
Documentação
Documentação Repetir cabeçalhos a cada X células, 0 desativa esta funcionalidade.
Documentação Número máximo de caracteres apresentados em qualquer coluna não-numérica em modo de navegação.
Documentação Estes são os links de Editar, Copiar e Apagar.
Documentação Se os links de linha devem ser mostrados mesmo na ausência de chave única.
Documentação Ordenação predeterminada para tabelas com uma chave primária.
Documentação Quando navegar por tabelas, a organização de cada tabela será lembrada.
Documentação Para exibir as Opções
Mostrando registros 0 - 24 (705 no total, Consulta levou 0.0207 segundos.)
SELECT * FROM `help_topic`
Textos completoshelp_topic_idnamehelp_category_iddescriptionexampleurl
0 HELP_DATE 1 This help information was generated from the MySQL...
1 HELP_VERSION 1 This help information was generated from the MySQL...
2 AUTO_INCREMENT 2 The AUTO_INCREMENT attribute can be used to genera...
CREATE TABLE animals (
     id MEDIUMINT NOT NULL ...
https://dev.mysql.com/doc/refman/8.0/en/example-auto-increment.html
3 HELP COMMAND 3 Syntax:
mysql> help search_string

If you provide ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-server-side-help.html
4 ASYMMETRIC_DECRYPT 5 Syntax:
asymmetric_decrypt(algorithm, data_str, pr...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
5 ASYMMETRIC_ENCRYPT 5 Syntax:
asymmetric_encrypt(algorithm, data_str, pu...
-- Generate private/public key pair
SET @priv = cr...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
6 ASYMMETRIC_SIGN 5 Syntax:
asymmetric_sign(algorithm, text, priv_key_...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
7 ASYMMETRIC_VERIFY 5 Syntax:
asymmetric_verify(algorithm, text, sig_str...
-- Set the encryption algorithm and digest type
SE...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
8 CREATE_ASYMMETRIC_PRIV_KEY 5 Syntax:
create_asymmetric_priv_key(algorithm, key_...
SET @priv = create_asymmetric_priv_key('RSA', 2048...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
9 CREATE_ASYMMETRIC_PUB_KEY 5 Syntax:
create_asymmetric_pub_key(algorithm, priv_...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
10 CREATE_DIGEST 5 Syntax:
create_digest(digest_type, str)

Creates a...
SET @dig = create_digest('SHA512', 'The quick brow...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions.html
11 ASYMMETRIC_DERIVE 5 Syntax:
asymmetric_derive(pub_key_str, priv_key_st...
-- Generate DH shared symmetric secret
SET @dhp = ...
https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions-legacy.html
12 CREATE_DH_PARAMETERS 5 create_dh_parameters(key_len)

Creates a shared se...
SET @dhp = create_dh_parameters(1024);

https://dev.mysql.com/doc/refman/8.0/en/enterprise-encryption-functions-legacy.html
13 TRUE 6 The constants TRUE and FALSE evaluate to 1 and 0, ... https://dev.mysql.com/doc/refman/8.0/en/boolean-literals.html
14 FALSE 6 The constants TRUE and FALSE evaluate to 1 and 0, ... https://dev.mysql.com/doc/refman/8.0/en/boolean-literals.html
15 BIT 2 BIT[(M)]

A bit-value type. M indicates the number...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
16 TINYINT 2 TINYINT[(M)] [UNSIGNED] [ZEROFILL]

A very small i...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
17 BOOLEAN 2 BOOL, BOOLEAN

These types are synonyms for TINYIN...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
18 SMALLINT 2 SMALLINT[(M)] [UNSIGNED] [ZEROFILL]

A small integ...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
19 MEDIUMINT 2 MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]

A medium-siz...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
20 INT 2 INT[(M)] [UNSIGNED] [ZEROFILL]

A normal-size inte...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
21 INTEGER 2 INTEGER[(M)] [UNSIGNED] [ZEROFILL]

This type is a...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
22 BIGINT 2 BIGINT[(M)] [UNSIGNED] [ZEROFILL]

A large integer...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
23 DECIMAL 2 DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]

A packed "...
https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html
24 DEC 2 DEC[(M[,D])] [UNSIGNED] [ZEROFILL], NUMERIC[(M[,D]... https://dev.mysql.com/doc/refman/8.0/en/numeric-type-syntax.html