Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for "How to Retrieve Column Names from a Table in SQL" #106

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

degr8sid-code
Copy link
Contributor

No description provided.

Copy link

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the updates, @degr8sid-code. Can you please take a look at my additional inline feedback?

@@ -0,0 +1,12 @@
SELECT id, scores, SUM(scores)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this file is not needed anymore

sql-queries/running-total/running-total.sql Outdated Show resolved Hide resolved
@@ -0,0 +1,7 @@
SHOW COLUMNS FROM Course;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed for this tutorial, can you remove it from the PR, please?

@@ -0,0 +1,5 @@
SELECT column_name
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed for this tutorial, can you remove it from the PR, please?

@@ -0,0 +1,10 @@
SELECT COLUMN_NAME
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is needed for this tutorial, can you remove it from the PR, please?

Copy link

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Making progress, @degr8sid-code, that's good.

There are three extra files in this PR. To remove them, go to your filesystem and delete those three files. Then from there, run the following from the sql-tutorials repository:

git add .
git commit -m "Remove Extra Files"
git push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants