• 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query cdbDateModified
#1
Hello everyone! 

A few weeks back I inquired about returning the cdbDateCreated subkey value of the key "cdb" (which is measured in seconds from the beginning of the eon). 

I was able to do this by unpacking the array into lines (e.g., "cdbDateCreated" is line 2 of that array):

--
put cdb_lookUpValue(table, tLine, "cdb", "cloud") into tTempHolder
combine tTempHolder using return
put line 2 of tTempHolderinto tHolder
--

Now I would like to query  the "cdbDateCreated" subkey via cdb_Query to find values after a certain point in time. No clue how I would write that (i.e., x > line 2 of "cdb"). Anyone know how to do this? 

cdb_Read(________,">","538198318" … )
  Reply


Messages In This Thread
Query cdbDateModified - by JereMiami - 12-21-2019, 01:49 PM
RE: Query cdbDateModified - by efrain.c - 12-28-2019, 01:52 AM
RE: Query cdbDateModified - by JereMiami - 01-15-2020, 07:03 PM
RE: Query cdbDateModified - by JereMiami - 01-24-2020, 08:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)