Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
SQLOperators
Guides
SQL Operators
T
h
e
p
a
g
e
t
i
t
l
e
SQL Operators
Demo
Install paclet
I
n
[
1
3
]
:
=
P
a
c
l
e
t
I
n
s
t
a
l
l
[
"
D
a
m
i
a
n
C
a
l
i
n
/
S
Q
L
O
p
e
r
a
t
o
r
s
"
]
;
N
e
e
d
s
[
"
D
a
m
i
a
n
C
a
l
i
n
`
S
Q
L
O
p
e
r
a
t
o
r
s
`
"
]
Get demo data using FinancialData package
SQL operators
projectSQL (distinctSQL)
selectSQL
I
n
[
2
2
]
:
=
(
*
S
e
l
e
c
t
a
s
u
b
s
e
t
o
f
c
o
l
u
m
n
s
*
)
s
e
l
e
c
t
S
Q
L
[
s
a
m
p
l
e
d
a
t
a
S
Q
L
,
{
s
y
m
b
o
l
,
c
l
o
s
e
}
]
/
/
s
h
o
w
T
a
b
l
e
S
Q
L
I
n
[
2
3
]
:
=
c
l
o
s
e
=
6
;
(
*
g
l
o
b
a
l
s
y
m
b
o
l
s
h
a
v
i
n
g
t
h
e
s
a
m
e
n
a
m
e
a
s
c
o
l
u
m
n
s
a
r
e
n
o
t
i
m
p
a
c
t
e
d
*
)
t
i
m
e
=
"
r
"
s
e
l
e
c
t
S
Q
L
[
s
a
m
p
l
e
d
a
t
a
S
Q
L
,
{
c
l
o
s
e
,
t
i
m
e
}
]
/
/
(
*
h
e
r
e
"
c
l
o
s
e
"
i
s
e
v
a
l
u
a
t
e
d
i
n
t
a
b
l
e
c
o
n
t
e
x
t
*
)
s
h
o
w
T
a
b
l
e
S
Q
L
I
n
[
2
6
]
:
=
s
e
l
e
c
t
S
Q
L
[
s
a
m
p
l
e
d
a
t
a
S
Q
L
,
{
3
,
1
}
]
/
/
(
*
y
o
u
c
a
n
s
e
l
e
c
t
o
n
o
r
d
i
n
a
l
p
o
s
i
t
i
o
n
s
o
f
c
o
l
u
m
n
s
*
)
s
h
o
w
T
a
b
l
e
S
Q
L
I
n
[
2
7
]
:
=
s
e
l
e
c
t
S
Q
L
[
s
a
m
p
l
e
d
a
t
a
S
Q
L
,
{
A
l
l
}
]
/
/
(
*
A
l
l
s
e
l
e
c
t
s
a
l
l
c
o
l
u
m
n
s
*
)
s
h
o
w
T
a
b
l
e
S
Q
L
I
n
[
2
7
]
:
=
s
e
l
e
c
t
S
Q
L
[
s
a
m
p
l
e
d
a
t
a
S
Q
L
,
{
"
c
l
o
s
e
"
,
"
t
i
m
e
"
}
]
/
/
(
*
y
o
u
c
a
n
u
s
e
c
o
l
u
m
n
n
a
m
e
s
t
r
i
n
g
s
*
)
s
h
o
w
T
a
b
l
e
S
Q
L
whereSQL, ordeBySQL
addColumnsSQL, rowMapSQL, rowTransformSQL
bindColumnsSQL , colMapSQL
groupBySQL , summarySQL , summaryMapSQL
combining operators
unnestSQL
pivotSQL , unpivotSQL
overSQL
rank , denserank , ntile , lag
unionSQL
joinSQL, crossJoinSQL , leftjoinSQL
Summaries , cross -tabulation functionality similar to R
Split SQL table on given conditions
Define constraints on SQL table
LeftJoin ,FullJoin , AntiJoin , SemiJoin
Recursive queries connectBySQL
"
"