You are viewing a single comment's thread. Return to all comments →
my sql query
SET @i := 21; SELECT REPEAT('* ', @i := @i - 1) FROM information_schema.tables WHERE @i > 1;
Seems like cookies are disabled on this browser, please enable them to open this website
Draw The Triangle 1
You are viewing a single comment's thread. Return to all comments →
my sql query