Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
singlestore-labs
Edit Copy
Star
GitHub Repository:
singlestore-labs/singlestoredb-python
Path:
blob/main/examples/test.sql
4
6
9
views
1
CREATE
TABLE
people
(
2
id
BIGINT
,
3
first_name
CHAR
(
30
)
,
4
last_name
CHAR
(
50
)
5
)
;
6
7