Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7066049
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:02:15+00:00 2026-05-28T05:02:15+00:00

I was wondering what types of things usually vary between SQL implementations when looking

  • 0

I was wondering what types of things usually vary between SQL implementations when looking at the query statements. One thing that I thought was the use of IS NULL in the WHERE clause. See bleow for example. I’m writing a query statement parser that handles the statement and queries in a custom language and need to account for most of the general differences between the more widely used SQL products.

Oracle Syntax:

SELECT * FROM TABLE WHERE COLUMN_A IS NULL 
SELECT * FROM TABLE WHERE COLUMN_A IS NOT NULL

MySQL Syntax?

SQL Server Syntax?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:02:16+00:00Added an answer on May 28, 2026 at 5:02 am

    I’m not sure you’re going to find a definitive list of all differences. A few things I can think of off the top of my head:

    • MySQL uses LIMIT while SQL Server uses TOP.
    • SQL Server is much stricter on GROUP BY operations than MySQL, requiring that all non-aggregated columns from the SELECT appear in the GROUP BY clause.
    • SQL Server supports a proprietary UPDATE FROM and DELETE FROM syntax that goes beyond the ANSI standard.
    • Functions that exist in one system but not another. MySQL has FIND_IN_SET and GROUP_CONCAT that don’t exist in SQL Server. Likewise, SQL Server has ROW_NUMBER() that doesn’t exist in MySQL.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

SQL Server 2008 has new geo data types. One thing I am wondering though
I'm wondering that how much worried I should be about data types. I can
I know that you cannot return anonymous types from methods but I am wondering
I was wondering if data types in a a literal create table statement, executed
I am wondering why the following two types struct { double re[2]; }; and
I was wondering if mixing referecened and inline types is allowed in XSD, e.g.:
I was wondering whether overriding conversion operators is only applicable to numeric types? If
I know Java doesn't allow unsigned types, so I was wondering how it casts
I was wondering if there was a .NET-compatible CLR that was implemented using the
I am wondering is it good practice to try to make a view that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.