This is the below table
CREATE TABLE IF NOT EXISTS TestingTable1 ( BUYER_ID BIGINT, ITEM_ID BIGINT, CREATED_TIME STRING )
And this is th
SELECT FIRST 10 * FROM TestingTable1 WHERE buyer_id = 34512201 ORDER BY created_time DESC;