[ Brodoplovac @ 12.07.2012. 19:34 ] @
http://sqlfiddle.com/
[ Cola @ 15.12.2012. 00:09 ] @
Malo se zekio i zapuco se sajt

create table test
(
aa varchar(1000)
);

insert into test (aa) values ('http://www.elitesecurity.org');
insert into test (aa) select * from test;
insert into test (aa) select * from test;
....
....
....
insert into test (aa) select * from test;
insert into test (aa) select * from test;
[ biske86 @ 15.12.2012. 00:48 ] @
Ovo je super stvar. Znam sam da ima jsfiddle za html, css i javaskript, ali ne i za sql.