YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: YCQL

YugabyteDB Tips > YCQL

Return the Current Timestamp in YCQL

Jim KnicelySeptember 22, 2022

I want to display the current timestamp in YCQL. For that I can use the Cassandra function called now() which will, on […]

Read More

Display All Universe Node IPs from YCQL

Jim KnicelySeptember 13, 2022

A YugabyteDB universe is comprised of exactly one primary cluster and zero or more read replica clusters. In YCQL we can display […]

Read More

Display the Shards (Tablets) for a YCQL Table

Jim KnicelySeptember 9, 2022

Yugabyte DB automatically splits tables into multiple shards, called tablets, using either hash or range-based strategy. Sharding is a process of breaking up large […]

Read More

Load TAB Delimited Files Using the COPY Command in YCQL

Jim KnicelyAugust 5, 2022

You can use the YCQL COPY command to load data from a CSV file into a table. The default expected delimiter of […]

Read More

Simulate the DUAL table in YCQL

Jim KnicelyJune 22, 2022

In YugabyteDB YCQL, the SELECT statement must have a FROM clause. However, some queries don’t require any table. Example: ycqlsh> SELECT currenttimestamp(); […]

Read More

Posts navigation

Newer posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li