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

SQL SERVER #1

Open
1 of 2 tasks
Sandeep-BlackHat opened this issue Aug 24, 2020 · 1 comment
Open
1 of 2 tasks

SQL SERVER #1

Sandeep-BlackHat opened this issue Aug 24, 2020 · 1 comment

Comments

@Sandeep-BlackHat
Copy link
Owner

I know how to use, SQL, MySql, but the problem is that HOW SQL Server Works i don't know!

  • This is a complete item
  • This is an incomplete item
@Sandeep-BlackHat
Copy link
Owner Author

Why Git-Hub doesn't have SQL as a language in the form, where py, js, c++, and all are present but not SQL?

Sandeep-BlackHat added a commit that referenced this issue Sep 4, 2020
The following SQL statement selects all orders with an OrderDate BETWEEN '01-July-1996' and '31-July-1996':/*

SELECT * FROM Orders
WHERE OrderDate BETWEEN #1/07/1996# AND #31/07/1996#;

/*OR:*/

SELECT * FROM Orders
WHERE OrderDate BETWEEN '1996-07-01' AND '1996-07-31';
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

No branches or pull requests

1 participant