difference between sql and mysql query

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meenu_susi
    New Member
    • Jun 2006
    • 47

    difference between sql and mysql query

    Hi...

    Could you please tell me how to diiferentiate sql query from mysql query..

    thanks in advance
    meenu
  • Atli
    Recognized Expert Expert
    • Nov 2006
    • 5062

    #2
    Hi.

    MySQL queries are SQL queries. There are, however, a few proprietary MySQL commands that don't exist in many of the other SQL servers, like the LIMIT clause, for example.

    Comment

    Working...