SQL Fiddle
sqlfiddle.com
SQL Fiddle
1–10 of 28 posts
Re: SQL Fiddle
#2Re: SQL Fiddle
#3Re: SQL Fiddle
#4This looks like a great way to test SQL syntax differences, but it's been ages since I've needed to do so - now I either have some abstraction layer (ORM like PDO) that allows me to code in objects or I'm using key-value stores anyway.
Re: SQL Fiddle
#5Re: SQL Fiddle
#6What's the point of this?
Doesn't require a startup of the database - the results can be discarded and you don't have to worry about cleaning it up :)
Generally, just a fast way to test things - I would see it coming in handy during some presentations maybe?
Re: SQL Fiddle
#7http://ondras.zarovi.cz/sql/demo/?keyword=default
these two projects should merge...
Re: SQL Fiddle
#8What's the point of this?
Re: SQL Fiddle
#9It's a neat concept, but it needs serious polishing before I'd consider going to this even for quick and dirty testing or demo purposes.