6 lines
65 B
MySQL
6 lines
65 B
MySQL
|
select ?v0 ?v1 ?v2 where
|
||
|
{
|
||
|
?v0 <name> ?v1 .
|
||
|
?v2 <nick> ?v1 .
|
||
|
}
|