Tag

locate

1 views collected around this technical thread.

Aikesheng Open Source Community
Aikesheng Open Source Community
Jan 31, 2023 · Databases

Useful MySQL Functions and SQL Techniques for Data Manipulation

This article presents a collection of practical MySQL functions and SQL commands—including GROUP_CONCAT, CHAR_LENGTH, LOCATE, REPLACE, NOW, INSERT…SELECT, INSERT…IGNORE, SELECT FOR UPDATE, ON DUPLICATE KEY UPDATE, SHOW CREATE TABLE, CREATE TABLE … SELECT, EXPLAIN, SHOW PROCESSLIST, and mysqldump—explaining their purposes, usage patterns, and providing concrete example queries with results.

Database AdministrationGROUP_CONCATMySQL
0 likes · 13 min read
Useful MySQL Functions and SQL Techniques for Data Manipulation
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 25, 2018 · Fundamentals

Common Linux Commands for Finding Files: which, whereis, type, locate, and find

This article introduces several essential Linux commands—which, whereis, type, locate, and find—explaining how they search for binaries, manuals, source files, or any files on disk, along with practical examples and usage tips for effective file location.

Linuxcommand-linefile-search
0 likes · 11 min read
Common Linux Commands for Finding Files: which, whereis, type, locate, and find