Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 730  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: A moderated group for q and kdb+ questions from non-commercial users of the personal developer edition of kdb+.
As this is a public forum please do not publish proprietary code.
Licensed users of kdb+ should use the listbox.
 

Code snippet from example. 
  Hi All, What does the following code do? {@[;`sym;`p#]`sym xasc x}each`trade`quote; where trade:([]sym:n?`sym;time:09:30 :00.0+til n;price:n?2.3e;size:n?9;ex:n?e x); quote:([]sym:n?`sym;time:09:30 :00.0+til n;bid:n?2.3e;ask:n?2.3e;bsize: n?9;asize:n?9;ex:n?ex); Thanks, Raman
By Krishna Kumar  - Jun 1 - 2 new of 2 messages    

Select statement - Compound column data 
  Hi , I have defined a table pv:([] a:10 20 30; b:(`a`b;`c`d`e;`c)) Now I want to write a select statement to give the column a where each b contains `c. i.e the result should be a - 20 30 Thanks in advance Regrds, Saritha
By Q_developer  - Jun 1 - 5 new of 5 messages    

`a xdesc select from t:([]a:`x`a`b) 
  Is this expected behavior? What happened to the `a ? q).z.K 3f q).z.k 2012.05.29 q)`a xdesc select from t:([]a:`x`a`b) a - x b
By ag  - May 30 - 6 new of 6 messages    

[no subject] 
  Hi, I defined a coulumn dictionary "scores" as scores:`name`iq!(`Dent`Beebleb rox`Prefect;42 98 126). I tried to assign scores[`iq;2] :100 ;it worked fine. But When I tried to assign using the statement scores[`iq][2] : 100; it didn't work Could you explain why..? Regards
By Q_developer  - May 29 - 2 new of 2 messages    

access local variables in value 
  Hi, In function f I need to use to value to evaluate dynamic strings where some variables are embedded, however, I find it's not possible to access the function's local variables inside the evaluation, though global variables are ok. For example, q)f:{a:100;value "a"} q)f[] {a:100;value "a"}... more »
By CL Jason  - May 26 - 11 new of 11 messages    

How to save the data to disk ? 
  At first , I open Kdb+ Database : C:\q\q.exe -p 5001 Second , q) \l trade.q here is the question How to save the table trade'data to disk ?
By Lotus Prince  - May 22 - 3 new of 3 messages    

Kdb+ Support Chinese? 
  Kdb+ Support Chinese?
By jm w  - May 20 - 5 new of 5 messages    

How to find the date and price that lowest close price occurs within certain date range ? 
  Hi, there, I have a table "stk_data" to contain the daily close price for all the stocks in the market . sym date close ------------------------- SH600810 2012.05.17 8.01 SH600810 2012.05.16 7.89 SH600810 2012.05.15 8.1 SH600810 2012.05.14 8.36 SH600810 2012.05.11 8.35 SH600810 2012.05.10 8.16... more »
By bigbug  - May 16 - 7 new of 7 messages    

upsert in c or jdbc for a partiioned table 
  How do you do an upset (append new rows in partitioned table) ? In the q command line I can do : `:/db/2009.01.02/t/ upsert (09:33:00;`:/db/sym?`ibm; 103.) How do I do this in c or jdbc ..? Thanks
By Dodong Juan  - May 16 - 5 new of 5 messages    

newbie question: 'rank error on table insert insert 
  trying to insert a record to a table: q)`:/db/data/ set ([] nodeid:12345; object:`$"hithere" ti:09:30:00) `rank what does the `rank error mean ..? Thanks
By Dodong Juan  - May 15 - 4 new of 4 messages    

1 - 10 of 730   « Newer | Older »

XML       Send email to this group: personal-kdbplus@googlegroups.com