🧚 注目!Beekeeper Studioは高速でモダン、オープンソースのデータベースGUIです
ダウンロード
March 17, 2023
著者:
Beekeeper Studio Staff
The customers table below has duplicate names inserted under different IDs:
| id | name | |
|---|---|---|
| 1 | John Doe | john@teratrax.com |
| 2 | Mark Smith | marks@teratrax.com |
| 3 | John Doe | jdoe@company.com |
The following SQL query returns a list of these rows and the number of times they occur (replace bold words to fit your table structure):
SELECT name, COUNT(*) AS counter
FROM customers
GROUP BY name
HAVING COUNT (*) > 1
Query result:
| name | counter |
|---|---|
| John Doe | 2 |
Beekeeper Studioは無料でオープンソースのデータベースGUIです
今まで使った中で最高のSQLクエリ&エディタツールです。データベース管理に必要なすべてが揃っています。 - ⭐⭐⭐⭐⭐ Mit
Beekeeper Studioは高速で直感的、使いやすいです。Beekeeperは多くのデータベースをサポートし、Windows、Mac、Linuxで快適に動作します。
Beekeeper Studioについてユーザーの声
★★★★★
"Beekeeper Studioは私の古いSQLワークフローを完全に置き換えました。高速で直感的で、データベース作業を再び楽しくしてくれます。"
— Alex K.、データベース開発者
★★★★★
"多くのデータベースGUIを試しましたが、Beekeeperは機能とシンプルさの完璧なバランスを実現しています。とにかく動きます。"
— Sarah M.、フルスタックエンジニア