TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

SQL Fiddle

171 点作者 sathyabhat超过 13 年前

12 条评论

Animus7超过 13 年前
I played with this for a couple of minutes to see where the boundaries were, and I've gotten 'database already exists', 'internal server error', Apache alerts, random hangs and disconnects, and 'command terminated by administrator'.<p>It'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.
评论 #3539805 未加载
padobson超过 13 年前
The first thing I did was check to see if I could test a mongo query...<p>...and then I remembered I'm an idiot.
WesleyJohnson超过 13 年前
I could see myself using this when I'm killing time answering questions on Stack Overflow and don't want to launch SQL Management Studio to test out my answers, or if I'm on a machine where it's not available. I was pleased to see it supports the declare table variables in MSSQL. Are there limitations on commands, etc?
评论 #3539836 未加载
bwarp超过 13 年前
Damn (but jolly well done anyway).<p>MSSQL: The EXECUTE permission was denied on the object 'xp_cmdshell', database 'mssqlsystemresource', schema 'sys'.: exec xp_cmdshell<p>MySQL: Access denied for user 'user_46783'@'localhost' (using password: YES): load data infile '/etc/passwd' into table leet;
评论 #3540160 未加载
bdg超过 13 年前
You sir, if you make this shine as well as jsfiddle, I want you to come into my house and take one of anything. While you're at it, partner up with this guy <a href="http://www.tsqltidy.com/" rel="nofollow">http://www.tsqltidy.com/</a> .
评论 #3539818 未加载
bhousel超过 13 年前
What's the point of this?
评论 #3539890 未加载
评论 #3539357 未加载
评论 #3539410 未加载
ajasmin超过 13 年前
SQLite support would be great. It's everywhere and really easy to setup.
评论 #3539779 未加载
r00fus超过 13 年前
This 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.
评论 #3539248 未加载
codeape超过 13 年前
Great work, love it!<p>An idea: Integrate with different ORMs (Python SQLAlchemy, Ruby ActiveRecord etc.) and let users execute code against the schemas.<p><a href="http://imgur.com/O5PoV" rel="nofollow">http://imgur.com/O5PoV</a><p>Would obviously require a sandboxed execution environment, like some of the pastebins that allow code execution (for instance <a href="http://codepad.org" rel="nofollow">http://codepad.org</a>).
elchief超过 13 年前
combine it with WWW SQL Designer and you can have some fun:<p><a href="http://ondras.zarovi.cz/sql/demo/?keyword=default" rel="nofollow">http://ondras.zarovi.cz/sql/demo/?keyword=default</a><p>these two projects should merge...
mrpollo超过 13 年前
shoot me up an email if you need help with your project its my handle at gmail, great project I think it has a promising future!
评论 #3539852 未加载
umrashrf超过 13 年前
I spend 75% of development time on UX. You should too. Try my fiddle. <a href="http://SenchaFiddle.com/" rel="nofollow">http://SenchaFiddle.com/</a>