Apr 12, 2011 #1 SalvadorD Programmer Joined Apr 8, 2011 Messages 7 Location MX What is the difference between ANSI and other vendor-specific databases? witht following SQL commands: o UNION, UNION ALL. o RANK. o SELECT, INSERT, DELETE, UPDATE.
What is the difference between ANSI and other vendor-specific databases? witht following SQL commands: o UNION, UNION ALL. o RANK. o SELECT, INSERT, DELETE, UPDATE.
Apr 12, 2011 1 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Have a look here: http://troels.arvin.dk/db/rdbms/ Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
Apr 12, 2011 #3 r937 Technical User Joined Jun 30, 2002 Messages 8,847 Location CA ANSI isn't a database it's a language standard r937.com | rudy.ca Buy my new book Simply SQL from Amazon Upvote 0 Downvote
ANSI isn't a database it's a language standard r937.com | rudy.ca Buy my new book Simply SQL from Amazon
Apr 13, 2011 #4 JarlH Programmer Joined Jul 26, 2002 Messages 365 Location SE If your intention is to write ANSI compliant SQL, the SQL Validator is wortch checkin out: http://developer.mimer.com/validator/parser200x/index.tml (Great time saver when writing portable applications...) Upvote 0 Downvote
If your intention is to write ANSI compliant SQL, the SQL Validator is wortch checkin out: http://developer.mimer.com/validator/parser200x/index.tml (Great time saver when writing portable applications...)