A table contains a timestamp representing the date and time that a write occurred to a column. Using the WRITETIME function in a SELECT […]
Read MoreDisplay the Current Date, Timestamp and Time in YCQL
We learned in a previous tip one method to display the current timestamp in YCQL. Luckily the Yugabyte YCQL API makes things […]
Read MoreReturn the Current Timestamp in YCQL
I want to display the current timestamp in YCQL. For that I can use the Cassandra function called now() which will, on […]
Read MoreDisplay a Table’s TABLE_ID in YSQL
We can display a list of tables and their UUID (table_id) values by opening the YB-Master UI (<master_host>:7000/) and then clicking Tables in the navigation bar. […]
Read MoreDisplay All Universe Node IPs from YCQL
A YugabyteDB universe is comprised of exactly one primary cluster and zero or more read replica clusters. In YCQL we can display […]
Read More