やっていきましょう。
1 2 3 4 5 6 7 8 9 10 11 12 13 |
#(8)パターンマッチング like -- 1)中からはじまるlast_name select * from users where last_name like '中%'; -- 2)中を含むlast_name select * from users where last_name like '%中%'; -- 3)子で終わるfirst_name select * from users where first_name like '%子'; -- 4)3文字の内、子で終わるfirst_name select * from users where first_name like '__子'; |
次回はlimitをやっていきましょう。
The following two tabs change content below.
Keita N
最新記事 by Keita N (全て見る)
- 2024/1/13 ビットコインETFの取引開始:新たな時代の幕開け - 2024年1月13日
- 2024/1/5 日本ビジネスにおける変革の必要性とその方向性 - 2024年1月6日
- 2024/1/3 アメリカ債権ETFの見通しと最新動向 - 2024年1月3日