Skip to content

Instantly share code, notes, and snippets.

@kamukiriri
Created November 7, 2012 10:18
Show Gist options
  • Save kamukiriri/4030713 to your computer and use it in GitHub Desktop.
Save kamukiriri/4030713 to your computer and use it in GitHub Desktop.
データベースJOJO化
create table "スタープラチナ"
(
"オラ" number,
"オラオラ" number,
"オラオラオラ" number,
"オラァ!!" number
);
select
"オラ"
from
"スタープラチナ"
where
"オラオラ" > "オラオラオラ"
order by
"オラァ!!"
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment