#SQL Dialects

Differences between SQL products.

5 notes tagged

SQL

Writing Portable SQL

How much portability is worth paying for, which constructs are safe everywhere, and how to isolate the parts that can never be portable.

Read more
SQL

SQL Date and Time Functions

Current date and time, adding and subtracting intervals, differences between dates, extracting parts, and formatting - the least portable corner of SQ...

Read more