- Learning Apache Cassandra(Second Edition)
- Sandeep Yarabarla
- 50字
- 2021-07-03 00:19:31
Missing rows
What happens when we ask for a primary key that doesn't exist? Let's try it out:
SELECT * FROM "users"
WHERE "username" = 'bogus';
You'll see that Cassandra simply returns no results; it is not an error to try to retrieve a primary key that does not exist.
推薦閱讀
- 集成架構中型系統
- PostgreSQL 11 Server Side Programming Quick Start Guide
- 輕松學Java Web開發
- 計算機網絡技術基礎
- 完全掌握AutoCAD 2008中文版:綜合篇
- 網絡化分布式系統預測控制
- 西門子變頻器技術入門及實踐
- 網中之我:何明升網絡社會論稿
- Microsoft System Center Confi guration Manager
- Salesforce for Beginners
- INSTANT Puppet 3 Starter
- MPC5554/5553微處理器揭秘
- 3ds Max造型表現藝術
- 工業機器人入門實用教程
- MongoDB 4 Quick Start Guide