cassandra
发布日期:2022-02-12 16:06:58 浏览次数:17 分类:技术文章

本文共 1000 字,大约阅读时间需要 3 分钟。

cqlsh 10.1xx.1xx.11 9041

desc keyspaces;
"drop keyspace key_space_1;"

 describe tables;

 Keyspace config_db_uuid
-----------------------
obj_shared_table  obj_uuid_table  obj_fq_name_table

select * from config_db_uuid.obj_fq_name_table;

select * from config_db_uuid.obj_uuid_table;

select value from config_db_uuid.obj_uuid_table where value = "c7f3ba0f-d270-45c3-8ce8-81ad6c4c70d5";

select * from config_db_uuid.obj_uuid_table limit 10;
select * from config_db_uuid.obj_uuid_table where key = 0x61363034623936312d353036312d346438642d396366662d393733303066623265366334 and column1 = 0x66715f6e616d65;

 key                                                                        | column1          | value

----------------------------------------------------------------------------+------------------+----------
 0x61363034623936312d353036312d346438642d396366662d393733303066623265366334 | 0x66715f6e616d65 | "vgw123"

(1 rows)

delete from config_db_uuid.obj_uuid_table where key = 0x61363034623936312d353036312d346438642d396366662d393733303066623265366334 and column1 = 0x66715f6e616d65;

 

转载地址:https://blog.csdn.net/wellsmith/article/details/103189524 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:react中循环输入框组件的事件调用
下一篇:MongoDB docker 方式启动

发表评论

最新留言

很好
[***.229.124.182]2024年04月18日 12时02分20秒

关于作者

    喝酒易醉,品茶养心,人生如梦,品茶悟道,何以解忧?唯有杜康!
-- 愿君每日到此一游!

推荐文章