kdb+ and q
Q+A on all things kdb+ database and the q language
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

use or operator within like regex expression

I need to match a string that includes either of two strings in pattern - *STR1* or *STR2*. e,gselect from t where c like "*((STR1)|(STR2))*"I cannot do select from t where c like "*STR1*" or c like "*STR2*" due to way UI flows these filters in to ba...

Sam1 by New Contributor
  • 1131 Views
  • 2 replies
  • 0 kudos

Setting up QSPEC

Hi,I am new to q/KDB. I want to setup QSPEC in my system. I have already created an environment variable $QPATH "C:/qpath". Added the QPATH script in my q.q. I have also loaded the packages byq) .utl.load "qutil"q) .utl.load "qspec"But now I am stuck...

QUTIL Installation

Does anyone knows how to install qutil referenced here https://github.com/nugend/qutil.I am new to q. Cannot interpret readme properly, i am confused with this QPATH how do i know what is it pointing to by default.

fixed income analytics in kdb/q

Anyone know of a good solution for doing fixed income analytics in kdb/q? Things like price to yield conversion, bootstrapping a yield curve, etc.?

tahsin by New Contributor
  • 412 Views
  • 0 replies
  • 0 kudos