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

Correct SQL Operator and Typographical Issues #7382

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

savvar9991
Copy link
Contributor

This pull request addresses two main issues:

  1. Replaces the incorrect SQL comparison operator == with the correct single equals sign =.
  2. Fixes a typographical error, changing "enought" to "enough".

Changes Made

  1. SQL Syntax Correction:

    • Updated occurrences of == to = in all SQL examples to prevent syntax errors.
    • Added a note in the documentation highlighting the proper use of = for SQL comparisons.
  2. Typographical Error Correction:

    • Replaced "enought" with the correct spelling "enough" in the relevant section.

@github-actions github-actions bot marked this pull request as draft December 25, 2024 09:45
@github-actions github-actions bot added the WIP work in progress label Dec 25, 2024
Copy link

github-actions bot commented Dec 25, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@savvar9991
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Dec 25, 2024
@savvar9991 savvar9991 marked this pull request as ready for review December 25, 2024 09:48
@github-actions github-actions bot added ready-for-review this PR development is complete, please review and removed WIP work in progress labels Dec 25, 2024
@0xRobin 0xRobin added ready-for-merging and removed ready-for-review this PR development is complete, please review labels Dec 27, 2024
@0xRobin 0xRobin self-assigned this Dec 27, 2024
@0xRobin 0xRobin merged commit 7370cbe into duneanalytics:main Dec 30, 2024
4 checks passed
Copy link

gitpoap-bot bot commented Dec 30, 2024

Congrats, your important contribution to this open-source project has earned you a GitPOAP!

GitPOAP: 2024 Dune Contributor:

GitPOAP: 2024 Dune Contributor GitPOAP Badge

Head to gitpoap.io & connect your GitHub account to mint!

Learn more about GitPOAPs here.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants