2024-12-06
1,468 reads
2024-12-06
1,468 reads
This article shows how to get started with the PostgreSQL API in Azure Cosmos DB.
2024-07-29
958 reads
Another article on how the SQL language works in PostgreSQL. This time we examine the UNION, INTERSECT, and EXCEPT operators.
2024-05-31
1,265 reads
Learn the basics of how to work with objects in Cassandra, a NoSQL database.
2023-12-01
1,254 reads
2023-08-25
532 reads
In this article you will learn how to use the COPY command in PostgreSQL to copy a database or a table.
2023-06-09
4,607 reads
This article will cover exporting data from a PostgreSQL table to a CSV file, both from the command line and pgAdmin. We will also look at importing data from a CSV file.
2023-05-05
1,647 reads
2023-03-17
4,723 reads
2023-02-17 (first published: 2023-02-10)
11,158 reads
In this article, you will see how to initialize a Cassandra database that is used in a Springboot application.
2022-11-04
2,475 reads
By Zikato
I’ll walk through the KDA UI and tackle the first challenge before diving into...
By Zikato
While I mostly write about SQL Server, I have a soft spot for Kusto....
By Steve Jones
Many organizations list customer testimonials and quotes on their websites or literature. It makes...
Hi Guys, I'm not sure if this is possible or not, but let me...
Comments posted to this topic are about the item Life Moves Pretty Fast
Hello SSC, Happy Friday! I have to optimize a process that uses dynamic SQL...
Can I have a collation expression like this in SQL Server 2022?
... WHERE ColumnA = ( 'abc' COLLATE French_CI_AS) COLLATE French_CS_AS ...See possible answers