I’ve written a query that builds some URLs to an intranet site, but some of the URLs don’t work because they contain special characters that need to be URL encoded. I’m trying to avoid writing a script (outside of SQL) to do the URL encoding; I’d like the database to do URL-Encoding instead, so that I can just export the
Tag: pervasive-sql
Combining columns into records for WHERE IN()
First, I am sorry. I do not have control to change how the data is stored, so I have to work with it the way it is. I have some tables in a Pervasive database that looks like this: Records: id | …