Hi Roland,

What is the actual query being run and Virtuoso version as the following works 
for me:

SQL> SPARQL SELECT (STRBEFORE(?S, " string") AS ?B) WHERE {     BIND("test 
string"@en AS ?S) }; 
B
LONG VARCHAR
_______________________________________________________________________________

test

1 Rows. -- 2 msec.
SQL> status('');
REPORT
VARCHAR
_______________________________________________________________________________

OpenLink Virtuoso VDB Server
Version 08.00.3224-pthreads for Darwin as of Sep  6 2017 

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers



> On 28 Sep 2017, at 14:55, Roland Cornelissen <metamatter...@gmail.com> wrote:
> 
> Hi,
> 
> I noticed that when using the /sparql interface the function STRBEFORE
> is available and works as intended. But When I issue the same query
> through the isql interface I get an error, like this:
> 
> bin/isql: get_next_token: Unknown macro word " )    BIND(STRBEFORE(?l,"
> at line 124 of Top-Level
> 
> Does this mean that STRBEFORE is not available through isql? If so how come?
> 
> Thanks,
> 
> Roland
> 
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Virtuoso-users mailing list
> Virtuoso-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to