Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Database

The database is a warehouse that organizes, stores and manages data according to the data structure. It was created more than 60 years ago. With the development of information technology and the market, especially after the 1990s, data management is no longer just It is to store and manage data, and transform it into various data management methods required by users. There are many types of databases, from the simplest tables that store various data to large-scale database systems that can store massive amounts of data. They have been widely used in all aspects.

MySQL is filtered away from self-reference

We have a table that contains regular query events (such as the start and end time in calendar events):

TABLE event (
`id` varchar(32) NOT NULL,
`start` datetime,
`end` datetime,
`derived

October 4, 2021By Simo Mysql filter out, mysql, over, reference, SelfLeave a Comment

MySQL tables and fields

Database import
File storage data, multiple files are placed in a folder for unified management system
Database classification
mysql installation and use
basic operation of database create show use

October 4, 2021By Simo Mysql Field, mysql, tableLeave a Comment

MYSQL EXPLAIN details

In our daily work, we will sometimes open slow queries to record some SQL that takes a long time to execute Statement. Finding out these SQL statements does not mean that the job is over. Sometimes

October 4, 2021By Simo Mysql detailed, Explain, mysqlLeave a Comment

MySQL – Insert Update On Duplicate Key Update

Insert a record into the database. If the primary key value (UNIQUE KEY) of the data already exists in the table, perform the following UPDATE operation. Otherwise, perform the previous INSERT oper

October 4, 2021By Simo Mysql DuPlicate, INSERT, key, mysql, UpdateLeave a Comment

What is the meaning in mysql?

What does group by mean in mysql syntax? After searching for a long time in Baidu, I finally found an article with a better explanation (not a blog post, but Baidu knows it, so depressed, so many n

October 4, 2021By Simo Mysql among group, meaning, mysql, whatLeave a Comment

MySQL index failure scene

For example: a USER table has field attributes name, age, where name is an index

The following are some examples of index failures

1. select * from USER where name=’xzz’ or age=16;

<

October 4, 2021By Simo Mysql fail, index, mysql, sceneLeave a Comment

MySQL Delete Database

Use ordinary users to log in to the MySQL server. You may need specific permissions to create or delete MySQL databases, so we use the root user to log in here, and the root user has the highest pe

October 4, 2021By Simo Mysql database, delete, mysqlLeave a Comment

Limit the row as a sum of a column equal to a value in MySQL

I want to write a query that returns all rows until the sum of the values ​​in one column reaches a certain value.

For example, in the following table:

DATE ETC Meeting
2013-02-01 00:0

October 4, 2021By Simo Mysql Of a valueLeave a Comment

MySQL command summary (3)

MySQL data query

Several common types of conditional query comparison operator <,>,<=, >=,=,!= logical transport symbol and, or, not fuzzy query where field like Value (% stands for r

October 4, 2021By Simo Mysql Command, mysql, SummaryLeave a Comment

Mysql – Detect lock table (locked by lock table)

Is there a way to detect locked tables in MySQL? I mean the table locked by the LOCK TABLE table WRITE/READ command.

(Please note that readers interested in detecting named locks acquired usi

October 4, 2021By Simo Mysql detection, lock, locking, mysql, tableLeave a Comment

Posts navigation

Page 1 … Page 4 Page 5 Page 6 … Page 47
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress