Richard Chien

Results 91 comments of Richard Chien

Recently a user asked about the following use case: ```sql create table raw_data ( ts timestamp, foo int, bar int ); insert into raw_data values (now(), null, 1); insert into...