[go: up one dir, main page]

CN112749185A - SQL language generation system and method - Google Patents

SQL language generation system and method Download PDF

Info

Publication number
CN112749185A
CN112749185A CN202110076573.2A CN202110076573A CN112749185A CN 112749185 A CN112749185 A CN 112749185A CN 202110076573 A CN202110076573 A CN 202110076573A CN 112749185 A CN112749185 A CN 112749185A
Authority
CN
China
Prior art keywords
logic
sql
query
selection instruction
relationship
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202110076573.2A
Other languages
Chinese (zh)
Inventor
刘正鑫
石柱国
王堃
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Anhui Issa Data Technology Co ltd
Beijing Isa Intelligent Technology Co ltd
Qingdao Yisa Data Technology Co Ltd
Original Assignee
Anhui Issa Data Technology Co ltd
Beijing Isa Intelligent Technology Co ltd
Qingdao Yisa Data Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anhui Issa Data Technology Co ltd, Beijing Isa Intelligent Technology Co ltd, Qingdao Yisa Data Technology Co Ltd filed Critical Anhui Issa Data Technology Co ltd
Priority to CN202110076573.2A priority Critical patent/CN112749185A/en
Publication of CN112749185A publication Critical patent/CN112749185A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • G06F16/244Grouping and aggregation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a system and a method for generating an SQL language, wherein the system comprises the following steps: an importing module: the system comprises a data table, a SQL structure and a database, wherein the data table is used for receiving user import data table and converting the data table to generate the SQL structure; a logical relationship selection module: the SQL structure is used for receiving a logic relationship selection instruction of a user, generating a logic relationship according to the logic relationship selection instruction, and filling the logic relationship into the SQL structure; the query logic selection module: the SQL structure is used for receiving a query logic selection instruction of a user, generating query logic according to the query logic selection instruction, and filling the query logic into the SQL structure; a generation module: for generating the SQL language from the SQL constructs. The system can generate the SQL language according to the configuration of the user, does not require the user to master the database and the SQL language, and is wider in application range of the user.

Description

SQL language generation system and method
Technical Field
The invention belongs to the technical field of computers, and particularly relates to a system and a method for generating an SQL language.
Background
With the increasingly wide application of big data, the big data and various applications are more and more inseparable. SQL is a structured query language, a database query and programming language, used to access data and query, update, and manage relational database systems. Not all people are able to master the use of various types of databases and SQL language.
Therefore, it is desirable to provide a system and a method for generating SQL language, which can generate SQL language without requiring a user to master the database and the SQL language.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides the SQL language generation system and the method, which do not require a user to master the database and the SQL language and have wider application range.
In a first aspect, a SQL language generation system includes:
an importing module: the system comprises a data table, a SQL structure and a database, wherein the data table is used for receiving user import data table and converting the data table to generate the SQL structure;
a logical relationship selection module: the SQL structure is used for receiving a logic relationship selection instruction of a user, generating a logic relationship according to the logic relationship selection instruction, and filling the logic relationship into the SQL structure;
the query logic selection module: the SQL structure is used for receiving a query logic selection instruction of a user, generating query logic according to the query logic selection instruction, and filling the query logic into the SQL structure;
a generation module: for generating the SQL language from the SQL constructs.
Preferably, the import module is specifically configured to:
analyzing the data table to obtain all fields in the data table, field values of the fields and sequencing of the fields;
and converting the fields, the corresponding field values and the sequence according to the SQL language to generate an SQL structure.
Preferably, the logical relationship selection module is specifically configured to:
parsing the logical relationship selection instruction to obtain at least one logic and at least one field value; the logic comprises AND logic, OR logic, and/or NOR logic;
nesting and/or combining the logic and field values according to a logic relation selection instruction to obtain the logic relation;
and converting the logical relation according to the SQL language, and filling the conversion result into the SQL structure.
Preferably, the logical relationship selection module is further configured to:
analyzing the logic relation selection instruction to obtain a keyword;
nesting and/or combining the key, logic and field values according to a logical relationship selection instruction to obtain the logical relationship.
Preferably, the query logic comprises one or a combination of several of the following:
multi-table joint query, left query, right query, sub-queries, and aggregation.
In a second aspect, a method for generating an SQL language includes the following steps:
receiving a user import data table, and converting the data table to generate an SQL structure;
receiving a logic relationship selection instruction of a user, generating a logic relationship according to the logic relationship selection instruction, and filling the logic relationship into the SQL structure;
receiving a query logic selection instruction of a user, generating query logic according to the query logic selection instruction, and filling the query logic into the SQL structure;
and generating the SQL language according to the SQL structure.
Preferably, the converting the data table to generate the SQL structure specifically includes:
analyzing the data table to obtain all fields in the data table, field values of the fields and sequencing of the fields;
and converting the fields, the corresponding field values and the sequence according to the SQL language to generate an SQL structure.
Preferably, the generating a logical relationship according to the logical relationship selection instruction, and the populating the logical relationship into the SQL structure specifically includes:
parsing the logical relationship selection instruction to obtain at least one logic and at least one field value; the logic comprises AND logic, OR logic, and/or NOR logic;
nesting and/or combining the logic and field values according to a logic relation selection instruction to obtain the logic relation;
and converting the logical relation according to the SQL language, and filling the conversion result into the SQL structure.
Preferably, after parsing the logical relationship selection instruction to obtain at least one logic and at least one field value, the method further includes:
analyzing the logic relation selection instruction to obtain a keyword;
the nesting and/or combining the logic and field values according to the logic relationship selection instruction to obtain the logic relationship specifically includes:
nesting and/or combining the key, logic and field values according to a logical relationship selection instruction to obtain the logical relationship.
Preferably, the query logic comprises one or a combination of several of the following:
multi-table joint query, left query, right query, sub-queries, and aggregation.
According to the technical scheme, the SQL language generation system and the method can generate the SQL language according to the configuration of the user, do not require the user to master the database and the SQL language, and are wider in application range.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
Fig. 1 is a block diagram of a module providing an SQL language generation system according to an embodiment of the present invention.
Fig. 2 is a flowchart of a SQL language generation method according to a second embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby. It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which the invention pertains.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to a determination" or "in response to a detection". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
The first embodiment is as follows:
an SQL language generation system, see fig. 1, comprising:
an importing module: the method is used for receiving a user import data table, converting the data table and generating an SQL structure, and specifically comprises the following steps:
analyzing the data table to obtain all fields in the data table, field values of the fields and sequencing of the fields;
and converting the fields, the corresponding field values and the sequence according to the SQL language to generate an SQL structure.
Specifically, the data table is actively imported by the user, and the user imports the specific data table according to the condition of the user. And after receiving the data table, the import module analyzes the data table, acquires the related structure of the data table, and obtains all fields in the data table, the field values of the fields and the sequence of the fields. For example, the fields include name, gender, age group, and the like. Different field values are set for different fields, for example, a gender field contains a field value of male or female. The import module analyzes the fields, field values and sequences and converts the fields, field values and sequences into a standard SQL structure according to the SQL language.
The import module may convert the fields and corresponding field values by: firstly, identifying the type of the field, then uniformly converting the identified type into a standard type, then establishing an incidence relation among the fields, finally formatting the analyzed field, field value and sequencing according to the incidence relation of the fields, and finally uniformly displaying the formatted data to a user for viewing.
For example: assuming that the timestamp T in the table a is int (digital type, timestamp is from 1 month and 1 day to the current seconds in 1970), the ordinary user cannot understand the meaning of the timestamp, and the system converts the timestamp into year, month, day, hour, minute and second before presentation, so as to present the timestamp to the user. For example, the table B in the oracle library has a product number id, the table C in the mysql library has a product name, the field types in the two libraries are slightly different, and after the user sets the association of the two fields, the product number in the table B can be converted into the product name through comparison and presented to the user.
A logical relationship selection module: the method is used for receiving a logic relationship selection instruction of a user, generating a logic relationship according to the logic relationship selection instruction, and filling the logic relationship into the SQL structure, and specifically comprises the following steps:
analyzing the logic relation selection instruction to obtain at least one logic relation; the logic comprises AND logic, OR logic, and/or NOR logic;
nesting and/or combining the logic and field values according to a logic relation selection instruction to obtain the logic relation;
and converting the logical relation according to the SQL language, and filling the conversion result into the SQL structure.
Specifically, the system may be configured with an interactive interface facing a common user, and the interactive interface is configured with corresponding input boxes for the user to input a logic relationship selection instruction and a query logic selection instruction.
The logic relation selection module is used for a user to select logic, including AND, OR and NOT. And the user inputs the field value needing to be subjected to the logic operation, and the logic and the field value are nested and/or combined to obtain the logic relation. For example, when the user wants to search the information of Zhang III of male, the input field values are Zhang III and male, and the logic is AND, so that the combined logical relationship is Zhang III and male. When the logic relation selection module performs logic operation of the field value, if complex logic is encountered, the field value and the logic can be nested and combined.
When the logic relation selection module converts the logic relation, the logic relation is intercepted and spliced by using an interception and splicing method of the SQL language, and a conversion result is filled in the SQL structure generated by the import module.
Preferably, the logical relationship selection module is further configured to:
analyzing the logic relation selection instruction to obtain a keyword;
nesting and/or combining the key, logic and field values according to a logical relationship selection instruction to obtain the logical relationship.
Specifically, the logic relationship selection module is also used for inputting keywords by a user, the user can input the keywords while inputting the logic and the field value, the input of the logic, the field value and the keywords is not in sequence, and the user can independently input the keywords according to the self condition. The keywords are additional settings, such as how many lines are displayed, etc. The input of the logic, the field value and the key words can be input by the user on the established interactive interface.
The query logic selection module: the SQL structure is used for receiving a query logic selection instruction of a user, generating query logic according to the query logic selection instruction, and filling the query logic into the SQL structure;
preferably, the query logic comprises one or a combination of several of the following:
multi-table joint query, left query, right query, sub-queries, and aggregation.
Specifically, the user can select the corresponding query logic through the query logic selection module, and the query logic selection module can further guide the user to set the corresponding query field according to the selected query logic, and fill the query logic into the SQL structure to form a complete SQL structure.
A generation module: for generating the SQL language from the SQL constructs.
Specifically, the generating module generates the SQL language according to the SQL structure, so that the SQL language is suitable for common users, even if the common users do not master the database and the SQL language, the SQL language can be generated and managed by inputting logical combination without learning database knowledge.
The system can generate the SQL language according to the configuration of the user, does not require the user to master the database and the SQL language, and is wider in application range of the user.
Example two:
a method for generating SQL language, see fig. 2, comprising the following steps:
s1: receiving a user import data table, and converting the data table to generate an SQL structure;
s2: receiving a logic relationship selection instruction of a user, generating a logic relationship according to the logic relationship selection instruction, and filling the logic relationship into the SQL structure;
s3: receiving a query logic selection instruction of a user, generating query logic according to the query logic selection instruction, and filling the query logic into the SQL structure;
s4: and generating the SQL language according to the SQL structure.
Preferably, the converting the data table to generate the SQL structure specifically includes:
analyzing the data table to obtain all fields in the data table, field values of the fields and sequencing of the fields;
and converting the fields, the corresponding field values and the sequence according to the SQL language to generate an SQL structure.
Preferably, the generating a logical relationship according to the logical relationship selection instruction, and the populating the logical relationship into the SQL structure specifically includes:
parsing the logical relationship selection instruction to obtain at least one logic and at least one field value; the logic comprises AND logic, OR logic, and/or NOR logic;
nesting and/or combining the logic and field values according to a logic relation selection instruction to obtain the logic relation;
and converting the logical relation according to the SQL language, and filling the conversion result into the SQL structure.
Preferably, after parsing the logical relationship selection instruction to obtain at least one logic and at least one field value, the method further includes:
analyzing the logic relation selection instruction to obtain a keyword;
the nesting and/or combining the logic and field values according to the logic relationship selection instruction to obtain the logic relationship specifically includes:
nesting and/or combining the key, logic and field values according to a logical relationship selection instruction to obtain the logical relationship.
Preferably, the query logic comprises one or a combination of several of the following:
multi-table joint query, left query, right query, sub-queries, and aggregation.
For the sake of brief description, the method provided by the embodiment of the present invention may refer to the corresponding contents in the foregoing system embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (10)

1. An SQL language generation system, comprising:
an importing module: the system comprises a data table, a SQL structure and a database, wherein the data table is used for receiving user import data table and converting the data table to generate the SQL structure;
a logical relationship selection module: the SQL structure is used for receiving a logic relationship selection instruction of a user, generating a logic relationship according to the logic relationship selection instruction, and filling the logic relationship into the SQL structure;
the query logic selection module: the SQL structure is used for receiving a query logic selection instruction of a user, generating query logic according to the query logic selection instruction, and filling the query logic into the SQL structure;
a generation module: for generating the SQL language from the SQL constructs.
2. The SQL language generation system of claim 1,
the import module is specifically configured to:
analyzing the data table to obtain all fields in the data table, field values of the fields and sequencing of the fields;
and converting the fields, the corresponding field values and the sequence according to the SQL language to generate an SQL structure.
3. The SQL language generation system of claim 1,
the logical relationship selection module is specifically configured to:
parsing the logical relationship selection instruction to obtain at least one logic and at least one field value; the logic comprises AND logic, OR logic, and/or NOR logic;
nesting and/or combining the logic and field values according to a logic relation selection instruction to obtain the logic relation;
and converting the logical relation according to the SQL language, and filling the conversion result into the SQL structure.
4. The SQL language generation system of claim 3,
the logical relationship selection module is further to:
analyzing the logic relation selection instruction to obtain a keyword;
nesting and/or combining the key, logic and field values according to a logical relationship selection instruction to obtain the logical relationship.
5. The SQL language generation system of claim 1,
the query logic comprises one or a combination of the following:
multi-table joint query, left query, right query, sub-queries, and aggregation.
6. A SQL language generation method is characterized by comprising the following steps:
receiving a user import data table, and converting the data table to generate an SQL structure;
receiving a logic relationship selection instruction of a user, generating a logic relationship according to the logic relationship selection instruction, and filling the logic relationship into the SQL structure;
receiving a query logic selection instruction of a user, generating query logic according to the query logic selection instruction, and filling the query logic into the SQL structure;
and generating the SQL language according to the SQL structure.
7. The SQL language generation method of claim 6,
the converting the data table to generate the SQL structure specifically includes:
analyzing the data table to obtain all fields in the data table, field values of the fields and sequencing of the fields;
and converting the fields, the corresponding field values and the sequence according to the SQL language to generate an SQL structure.
8. The SQL language generation method of claim 6,
the generating a logical relationship according to the logical relationship selection instruction, and the filling the logical relationship into the SQL structure specifically includes:
parsing the logical relationship selection instruction to obtain at least one logic and at least one field value; the logic comprises AND logic, OR logic, and/or NOR logic;
nesting and/or combining the logic and field values according to a logic relation selection instruction to obtain the logic relation;
and converting the logical relation according to the SQL language, and filling the conversion result into the SQL structure.
9. The SQL language generation method according to claim 8,
after the analyzing the logic relation selecting instruction to obtain at least one logic and at least one field value, the method further comprises:
analyzing the logic relation selection instruction to obtain a keyword;
the nesting and/or combining the logic and field values according to the logic relationship selection instruction to obtain the logic relationship specifically includes:
nesting and/or combining the key, logic and field values according to a logical relationship selection instruction to obtain the logical relationship.
10. The SQL language generation method of claim 6,
the query logic comprises one or a combination of the following:
multi-table joint query, left query, right query, sub-queries, and aggregation.
CN202110076573.2A 2021-01-20 2021-01-20 SQL language generation system and method Pending CN112749185A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110076573.2A CN112749185A (en) 2021-01-20 2021-01-20 SQL language generation system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110076573.2A CN112749185A (en) 2021-01-20 2021-01-20 SQL language generation system and method

Publications (1)

Publication Number Publication Date
CN112749185A true CN112749185A (en) 2021-05-04

Family

ID=75652670

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110076573.2A Pending CN112749185A (en) 2021-01-20 2021-01-20 SQL language generation system and method

Country Status (1)

Country Link
CN (1) CN112749185A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116991922A (en) * 2022-09-02 2023-11-03 腾讯科技(深圳)有限公司 Information processing methods, devices, equipment and storage media

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089245B1 (en) * 2001-08-31 2006-08-08 Bmc Software, Inc. Service desk data transfer interface
CN103488738A (en) * 2013-09-18 2014-01-01 北京思特奇信息技术股份有限公司 Method and system for automatically realizing JAVA object and data table SQL (structured query language) file
CN104657439A (en) * 2015-01-30 2015-05-27 欧阳江 Generation system and method for structured query sentence used for precise retrieval of natural language
CN106598612A (en) * 2016-12-20 2017-04-26 北京润科通用技术有限公司 Operation method and system for data table in database
CN109947832A (en) * 2019-01-29 2019-06-28 平安科技(深圳)有限公司 EXCEL tables of data is generated to method, apparatus, terminal and the storage medium of SQL file
CN111143359A (en) * 2019-12-18 2020-05-12 口碑(上海)信息技术有限公司 Query statement generation method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089245B1 (en) * 2001-08-31 2006-08-08 Bmc Software, Inc. Service desk data transfer interface
CN103488738A (en) * 2013-09-18 2014-01-01 北京思特奇信息技术股份有限公司 Method and system for automatically realizing JAVA object and data table SQL (structured query language) file
CN104657439A (en) * 2015-01-30 2015-05-27 欧阳江 Generation system and method for structured query sentence used for precise retrieval of natural language
CN106598612A (en) * 2016-12-20 2017-04-26 北京润科通用技术有限公司 Operation method and system for data table in database
CN109947832A (en) * 2019-01-29 2019-06-28 平安科技(深圳)有限公司 EXCEL tables of data is generated to method, apparatus, terminal and the storage medium of SQL file
CN111143359A (en) * 2019-12-18 2020-05-12 口碑(上海)信息技术有限公司 Query statement generation method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116991922A (en) * 2022-09-02 2023-11-03 腾讯科技(深圳)有限公司 Information processing methods, devices, equipment and storage media

Similar Documents

Publication Publication Date Title
US20250117431A1 (en) System and method for querying a data repository
US9002905B2 (en) Rapidly deploying virtual database applications using data model analysis
CN109325078A (en) Data blood margin determination method and device based on structural data
US7231396B2 (en) Data abstraction layer for a database
US20180032606A1 (en) Recommending topic clusters for unstructured text documents
US8954428B2 (en) Generating visualizations of a display group of tags representing content instances in objects satisfying a search criteria
US20150052125A1 (en) Uniform search, navigation and combination of heterogeneous data
US8478756B2 (en) Contextual document attribute values
US20080071758A1 (en) Iterative data analysis enabled through query result abstraction
US20110137917A1 (en) Retrieving a data item annotation in a view
US9529842B2 (en) Dynamically creating queries to find related records in a database
US20210117478A1 (en) Method, apparatus, and computer-readable medium for generating categorical and criterion-based search results from a search query
US10235367B2 (en) Organization, retrieval, annotation and presentation of media data files using signals captured from a viewing environment
US20060010156A1 (en) Relational reporting system and methodology
US20160092554A1 (en) Method and system for visualizing relational data as rdf graphs with interactive response time
US10642897B2 (en) Distance in contextual network graph
WO2012129149A2 (en) Aggregating search results based on associating data instances with knowledge base entities
CN113392024B (en) Method, device, equipment and medium for testing storage process
EP2668598A1 (en) Analytical data processing
US8924198B2 (en) Searching and browsing of contextual information
EP2889788A1 (en) Accessing information content in a database platform using metadata
CN110362591B (en) Report form display method and device
US9471703B2 (en) Webpage content search
US20090198668A1 (en) Apparatus and method for displaying documents relevant to the content of a website
US20110302220A1 (en) Sql processing for data conversion

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 266400 Room 302, building 3, Office No. 77, Lingyan Road, Huangdao District, Qingdao, Shandong Province

Applicant after: QINGDAO YISA DATA TECHNOLOGY Co.,Ltd.

Applicant after: Anhui Issa Data Technology Co.,Ltd.

Applicant after: Beijing isa Intelligent Technology Co.,Ltd.

Address before: 266000 3rd floor, building 3, optical valley software park, 396 Emeishan Road, Huangdao District, Qingdao City, Shandong Province

Applicant before: QINGDAO YISA DATA TECHNOLOGY Co.,Ltd.

Applicant before: Anhui Issa Data Technology Co.,Ltd.

Applicant before: Beijing isa Intelligent Technology Co.,Ltd.

RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210504