代码搜索:SubString
找到约 5,777 项符合「SubString」的源代码
代码结果 5,777
www.eeworm.com/read/311226/3687075
rq substring-2.rq
PREFIX jfn:
PREFIX :
SELECT ?p ?v
{ :x ?p ?v .
FILTER ( jfn:substr(?v,1) = "ar")
}
www.eeworm.com/read/440773/1792359
rq substring-3.rq
PREFIX jfn:
PREFIX :
SELECT ?p ?v
{ :x ?p ?v .
FILTER ( jfn:substr(?v,9) )
}
www.eeworm.com/read/440773/1792370
rq substring-1.rq
PREFIX jfn:
PREFIX :
SELECT ?p ?v
{ :x ?p ?v .
FILTER ( jfn:substring(?v,1,2) < "g")
}
www.eeworm.com/read/440773/1792408
rq substring-2.rq
PREFIX jfn:
PREFIX :
SELECT ?p ?v
{ :x ?p ?v .
FILTER ( jfn:substr(?v,1) = "ar")
}
www.eeworm.com/read/426305/1992807
sql function_substring.sql
/*This SQL script uses Demos.abs database.
Please open ...\AbsoluteDatabase\Demos\Data\Demos.abs database file.
This sample illustrates use of SUBSTRING function.
The query retrieves events"
www.eeworm.com/read/426305/1992888
sql function_substring.sql
/*This SQL script uses Demos.abs database.
Please open ...\AbsoluteDatabase\Demos\Data\Demos.abs database file.
This sample illustrates use of SUBSTRING function.
The query retrieves events"