sqlfiddle2 icon indicating copy to clipboard operation
sqlfiddle2 copied to clipboard

New version of SQL Fiddle based on OpenIDM

Results 22 sqlfiddle2 issues
Sort by recently updated
recently updated
newest added

## 1. Description When Running this SQL fiddle http://sqlfiddle.com/#!18/339814/3/0 for MS SQL 2017 I get an exception message. Building the Schema works without errors. ## 2. Exception >CREATE ASSEMBLY for...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

These two queries should have the same result but they haven't: - PostgreSQL - [example](http://sqlfiddle.com/#!15/37e6b/3) - MySQL - [example](http://sqlfiddle.com/#!9/37e6ba/9)

Added code snipped to launch collaboration feature by enabling TogetherJS

Running ``` CREATE TABLE employees ( employee_id INT NOT NULL, last_name VARCHAR(50) NOT NULL, first_name VARCHAR(50), salary MONEY ); ``` against MS SQL Server 2014 works as expected, but if...

While editing the query in the right-side panel, Ctrl+Enter doesn't run the SQL. Chrome 48 on Ubuntu.

Would be nice to have the [Northwind database](https://northwinddatabase.codeplex.com/releases/view/71634) (or at least a couple tables from it). Thanks for a nice tool!

As an example, http://sqlfiddle.com/#!15/0d145/22 seems to pass through perfectly without displaying exceptions even though triggers should be firing on errors. This caused a good deal of confusion and seems counter-intuitive...

need a blank line between "regular text" and "code block". at least on the stackoverfow.