当前位置:网站首页>MySQL winter vacation self-study 2022 12 (4)
MySQL winter vacation self-study 2022 12 (4)
2022-07-02 01:03:00 【Crane paper thousand】
-- 9, Returns the last few characters of a string
select right('hello',3); #llo
-- 10, String comparison
select strcmp('hello','world'); #-1
select strcmp('aaa','aaa'); # 0
select strcmp('aaad','aba'); #-1
select strcmp('b','a'); #1
-- 11, String interception
select substr('hello',2,3); #ell
select substring('hello',2,3); #ell
-- 12, Convert lowercase to uppercase
select ucase('helloWorld');#HELLOWORLD
select upper('helloWorld');
-- 13, Change upper case to lower case
select lcase('HELLOworld');#helloworld
select lower('HELLOworld');边栏推荐
- Leetcode skimming: stack and queue 06 (top k high-frequency elements)
- Global and Chinese market of ancillary software 2022-2028: Research Report on technology, participants, trends, market size and share
- [JS download files through url]
- Excel PivotTable
- Global and Chinese markets of digital crosspoint switches and mux/demux 2022-2028: Research Report on technology, participants, trends, market size and share
- You probably haven't noticed the very important testing strategy in your work
- 【八大排序④】归并排序、不基于比较的排序(计数排序、基数排序、桶排序)
- New version of free mobile phone, PC, tablet, notebook four terminal Website thumbnail display diagram online one click to generate website source code
- Global and Chinese markets for the application of artificial intelligence in security, public security and national security 2022-2028: Research Report on technology, participants, trends, market size
- Promise和模块块化编程
猜你喜欢
![[eight sorts ①] insert sort (direct insert sort, Hill sort)](/img/8d/2c45a8fb582dabedcd2658cd7c54bc.png)
[eight sorts ①] insert sort (direct insert sort, Hill sort)

Some understandings of graph convolution neural network r-gcn considering relations and some explanations of DGL official code
![[conference resources] the Third International Conference on Automation Science and Engineering in 2022 (jcase 2022)](/img/a6/a2afdf9e18255c9171f61bf074998b.png)
[conference resources] the Third International Conference on Automation Science and Engineering in 2022 (jcase 2022)

Basis of deep learning neural network
![[eight sorting ③] quick sorting (dynamic graph deduction Hoare method, digging method, front and back pointer method)](/img/c2/7ebc67e9b886e3baf3c98489bf9bce.png)
[eight sorting ③] quick sorting (dynamic graph deduction Hoare method, digging method, front and back pointer method)

Infiltration records of CFS shooting range in the fourth phase of the western regions' Dadu Mansion

XMIND mind map

教你白嫖Amazon rds一年并搭建MySQL云数据库(只需10分钟,真香)

AIX存储管理之卷组属性的查看和修改(二)

Evolution of Himalayan self-developed gateway architecture
随机推荐
[JS download files through url]
[conference resources] the Third International Conference on Automation Science and Engineering in 2022 (jcase 2022)
Leetcode skimming: stack and queue 02 (realizing stack with queue)
SQL injection for Web Security (2)
The pain of Xiao Sha
Excel search and reference function
Weather forecast applet source code weather wechat applet source code
什么是商业养老保险?商业养老保险安全靠谱吗?
Datawhale 社区黑板报(第1期)
Global and Chinese market of wireless chipsets 2022-2028: Research Report on technology, participants, trends, market size and share
Recently, three articles in the nature sub Journal of protein and its omics knowledge map have solved the core problems of biology
How to type spaces in latex
cookie、session、tooken
LeetCode 0241. Design priority for arithmetic expressions - DFS
Leetcode skimming: stack and queue 01 (realizing queue with stack)
How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
What does open loop and closed loop mean?
449 original code, complement code, inverse code
The 8-year salary change of testers makes netizens envy it: you pay me one year's salary per month
S32Kxxx bootloader之UDS bootloader