I am looking at ways which a developer can take advantage of implementation specific advanced features(T-SQL, PL-SQL etc) and at the same time makes it easy to migrate the ANSI compliant SQL code to a new database. By that I mean, how to efficiently abstract the ANSI compliant SQL code and move it across different databases?
I am looking at ways which a developer can take advantage of implementation specific
Share
I use the Mimer SQL validators:
Copy and paste SQL text into the webpage and hit the ‘Test SQL’ button.
..though I’m not sure that is the kind of “efficient” process you are looking for, it may of some use.