javier ramírez
javier ramírez
Changed README and doc files for Rust, C, and C++ to use the trades table. Also changed all the examples found on this repository to use the trades table rather...
Changed examples to use the trades dataset. Examples are now consistent with the QuestDB docs
Changed README, examples, and a minor comment so the examples are consistent across different client libs and the demo site
### To reproduce When joining data, these four queries should be equivalent. ```sql -- implicit join select * from chicago_sensor_locations l, chicago_water_sensors s where l.SensorName = s.BeachName; -- implicit join...
### To reproduce If you try to execute a query where the `LATEST ON` timestamp parameter is in brackets, the parser goes crazy. For example, the query below does not...