Skip to content

Commit

Permalink
add sql commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bchiang2 committed Dec 7, 2022
1 parent c9f2da7 commit a489747
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions small_ipynb/simple-notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {},
Expand All @@ -20,7 +20,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {},
Expand All @@ -39,7 +39,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {},
Expand All @@ -57,7 +57,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {},
Expand All @@ -75,7 +75,7 @@
},
{
"cell_type": "code",
"execution_count": 0,
"execution_count": null,
"metadata": {
"application/vnd.databricks.v1+cell": {
"cellMetadata": {},
Expand All @@ -86,7 +86,9 @@
}
},
"outputs": [],
"source": []
"source": [
"select * from (1,2,3)"
]
}
],
"metadata": {
Expand Down

0 comments on commit a489747

Please sign in to comment.