···
Sign in
···
···
sql
hashtag
318.94
About
Reviews
Updates
1
Followers
0
Experts
Experts
arcange
81.90
· 20257
oflyhigh
47.04
· 9576
geekgirl
36.72
· 5302
small.minion
15.45
· 21
abh12345
10.63
· 13788
Show more authors
Posts
Threads
serpent7776
22.90
last month
#postgresql query that returns active queries. #sql https://images.d.buzz/sql-active-queries.png.png Posted via D.Buzz
serpent7776
22.90
2 months ago
ON CONFLICT REPLACE in #sqlite deletes the conflicting row and inserts a new one. ...
... This means that the primary key will be changed unless you specify it directly. Use INSERT ... ON CONFLICT DO UPDATE to keep the old...
small.minion
92.71
2 months ago
Hive application development guide
Hi Everyone ❗❗ Especially HiveFest 2024 visitors who are interested in simplified and efficient application development for Hive Platform...
serpent7776
22.90
2 months ago
#sqlite has implicit ROWID/OID integer column. #sql https://images.d.buzz/SQLite-Autoincrement.png.png Posted via D.Buzz
serpent7776
22.90
3 months ago
To select results that are distinct on a single column you can use `distinct on ...
... (column)` syntax. #sql #postgresql https://images.d.buzz/sql-distinct-on.png.png Posted via D.Buzz
serpent7776
22.90
4 months ago
Converting json to columns in #postgresql #sql https://images.d.buzz/sql-jsonb-to-record.png.png Posted via D.Buzz
serpent7776
22.90
5 months ago
List size of #postgresql tables and their indices order by the latter. #sql https://images.d.buzz/pg-sql-table-sizes.png.png Posted via ...
serpent7776
22.90
5 months ago
This one does not spark joy. #ocaml #sql https://images.d.buzz/sql-exec.png.png Posted via D.Buzz
red-zone
0.00
5 months ago
Introduction
INTRODUCTION My name is Chaitanya Sharma and I, along with my hackmates, Introducing the Eco Guardian Battery, the next generation of e...
sweethoney
16.89
6 months ago
Hive.Blog
Composite Primary Key
Composite Primary Key 用两个column作为primary key foreign key is the column used to connect 2 tables in order to create cross referencing betw...
sweethoney
16.89
6 months ago
Hive.Blog
SQL writing for 10 June 2024
Relation = A relation represents a file that stores data. It’s also known as a table. Domain = The domain is a set of acceptable values t...
sweethoney
16.89
6 months ago
Hive.Blog
How to refer the foreign key in correspond table to reference table
Create table cart_order( order_id INT, customer_id INT, product_id INT, quantity INT, order_date DATE, status VARCHAR(100), PRIMARY KEY (...
sweethoney
16.89
6 months ago
Hive.Blog
SQL for 5th June
Select * From student_tbl (table name) Where faculty LIKE 'Sc%' ; within the faculty column that start with Sc followed by any number of ...
sweethoney
16.89
6 months ago
Hive.Blog
SQL for 30 MAy2024
DML and DDL are both subsets of SQL (Structured Query Language) used for database management, but they serve different purposes: DDL (...
sweethoney
16.89
6 months ago
Hive.Blog
Explain what SQL is and explain the role of SQL in databases.
A database interprets and make sense of SQL instructions with the use of a Database Management System or DBMS. As a web developer, you'll...
sweethoney
16.89
6 months ago
Hive.Blog
NoSQL databases
Relational databases that are widely used even at present only allows to store structured data. Later on, there was a need to work more a...
yintercept
616.71
7 months ago
PeakD
Which Programs Should I Learn?
Lets Learn to Code The Learn2Code Tribe invites people to discuss and learn computer coding skills. The name of the tribe begs the quest...
yintercept
616.71
7 months ago
PeakD
Creating Value with Code
My First Post in the Learn to Code Tribe was titled White Space Wars. White Space is the area around the code. Coders should be attentiv...
alextray
0.00
7 months ago
How to Backup SQL Database: A Beginner's Guide for IT Professionals
SQL databases often hold essential information ranging from customer details to transaction records. Unfortunately, data loss can occur d...
serpent7776
22.90
8 months ago
Fizzbuzz in #sql https://images.d.buzz/fizzbuzz-sql.png.png Posted via D.Buzz
penderis
2 K
9 months ago
Foooking can't grok GroupBy in Postgres
My kneejerk reaction is that GroupBy in Postgres is just broken. This is obviously not the case, instead I just don't understand the prob...
master-lamps
848.19
9 months ago
Family time ✔️ Now diving into some SQL and trades! 💻📈 Balancing work and ...
... personal life like a pro. #WorkLifeBalance #SQL #Trading Posted via D.Buzz
master-lamps
848.19
11 months ago
Spent the entire day waiting for my Raspberry Pi 2 to delete 42k rows from the ...
... database. 🕰️ The WHERE condition query was lightning-fast in just 20 seconds, but the delete operation seemed to take an eternity. ⏳ ...
oflyhigh
76 K
11 months ago
Hive.Blog
每天进步一点点:当SQL遇到JSON
最为一名伪技术博主,最近输出的内容竟然没有几篇和技术相关的,我深表惭愧。恰好这两天发现了一点好玩的东西,分享给大家。 (图源 :pixabay) 话说,在查询HIVESQL的Comments表时,发现其中竟然保存了每篇文章的投票信息,咦,这就有意思了,比如我们可以通过这个...
oflyhigh
76 K
last year
Hive.Blog
每天进步一点点:SQL 当标识符(字段名、列名)遇到保留关键字
这两天在用HIVESQL查询时遇到个有意思的小问题,那就是当字段名为SQL关键字时,会被提示语句不正确。 (图源 :pixabay) 比如下面这条语句: SELECT TOP 20 * FROM txtransfers WHERE from = 'binance-ho...
sa-gaze
20.97
last year
PeakD
My Tableau Project: Global Statistics on the Cost and Affordability of Healthy Diets
Hey there! How are you all? I know I've been away for a while, but there's a good reason for it. I've been fully immersed in honing my sk...
storytellerr
0.01
last year
Hive.Blog
Unlocking Cross-Platform Database Management with SQL Server on macOS
Cross-platform tools take it a notch higher by allowing users to work across different operating systems like Windows, macOS, or Linux wi...
one-eyed-willy
0.00
last year
A new test after db changes
Check if the process is still fine after database changes
one-eyed-willy
0.00
last year
Test after db changes
Check if the process is still fine after database changes
achimmertens
1.5 K
last year
PeakD
How To Get Access To HiveSQL With Squirrel
Hello Hivers, developers and all others, in this post I explain, how I got an HiveSQL account, installed a SQL client and executed my fir...
AI
Waivio AI Assistant
How can I help you today?
About Waivio
Proofread
Translate