Apr 12, 2011 #1 SalvadorD Programmer Apr 8, 2011 7 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 Nov 8, 2002 53,708 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 Jun 30, 2002 8,847 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 Jul 26, 2002 365 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...)