# x Count Items on page: 5 # x 2023-03-21 file_hash item_title author_id cart 6bee4fb4 notext items should not count as reply â³ +cart 1ac14364 Hi from Cambridge Library! â³ +cart efbb475f Anonymous supporter in Boston area shared their access with me, â³ +cart 564ea9c6 Anonymous supporter in Boston area shared their access with me, â³ +cart 6dfcb5de Anonymous supporter in Boston area shared their access with me, â³ +cart # x Hi from Cambridge Librar #hastext; #hastitle; #signed Tue, 21 Mar 2023; â³; 1ac14364; thanks ; +cart # x Anonymous supporter in B #gratitude; #hastext; #hastitle; #hasvote; #signed; #hashtag Tue, 21 Mar 2023; â³; 564ea9c6; thanks ; +cart # x notext items should not #hastext; #hastitle; #hasvote; #signed; #todo; #hashtag Tue, 21 Mar 2023; â³; 6bee4fb4; thanks ; +cart # x Anonymous supporter in B #gratitude; #hastext; #hastitle; #hasvote; #signed; #hashtag Tue, 21 Mar 2023; â³; 6dfcb5de; thanks ; +cart # x Anonymous supporter in B #gratitude; #hastext; #hastitle; #hasvote; #signed; #hashtag Tue, 21 Mar 2023; â³; efbb475f; thanks ; +cart # x query.sql SELECT item_flat.file_path file_path, item_flat.item_name item_name, item_flat.file_hash file_hash, item_flat.author_key author_key, item_flat.child_count child_count, item_flat.parent_count parent_count, item_flat.add_timestamp add_timestamp, item_flat.item_title item_title, item_flat.item_score item_score, item_flat.labels_list labels_list, item_flat.item_type item_type, item_flat.item_order item_order, item_flat.item_sequence item_sequence FROM item_flat WHERE file_hash IN ( SELECT file_hash FROM item_flat WHERE item_score >= 0 AND ( SUBSTR(DATETIME(add_timestamp, 'unixepoch', 'localtime'), 0, 11) = '2023-03-21' OR file_hash IN ( SELECT file_hash FROM item_attribute where attribute = 'date' AND value = '2023-03-21' ) ) ) AND ( file_hash NOT IN ( SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value <> '2023-03-21' ) OR file_hash IN ( SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value = '2023-03-21' ) ); # x Cart * Paste Clear Add All RESET # x JavaScript * Some features may require JavaScript # x PageMap Welcome ; Threads ; Random ; Menu ; Help * * Expand; Minimal; Reprint; Cascade; Arrange; Float; Reset
SELECT item_flat.file_path file_path, item_flat.item_name item_name, item_flat.file_hash file_hash, item_flat.author_key author_key, item_flat.child_count child_count, item_flat.parent_count parent_count, item_flat.add_timestamp add_timestamp, item_flat.item_title item_title, item_flat.item_score item_score, item_flat.labels_list labels_list, item_flat.item_type item_type, item_flat.item_order item_order, item_flat.item_sequence item_sequence FROM item_flat WHERE file_hash IN ( SELECT file_hash FROM item_flat WHERE item_score >= 0 AND ( SUBSTR(DATETIME(add_timestamp, 'unixepoch', 'localtime'), 0, 11) = '2023-03-21' OR file_hash IN ( SELECT file_hash FROM item_attribute where attribute = 'date' AND value = '2023-03-21' ) ) ) AND ( file_hash NOT IN ( SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value <> '2023-03-21' ) OR file_hash IN ( SELECT file_hash FROM item_attribute WHERE attribute = 'date' AND value = '2023-03-21' ) );