Skip to content

Commit

Permalink
quick change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedina committed Nov 5, 2024
1 parent 9d8fde0 commit 6f2052a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS my_table (

-- Insert arbitrary rows into the dummy table
INSERT INTO my_table (id, name, created_at, value) VALUES
(1, 'Alpha', CURRENT_TIMESTAMP, 10.5),
(1, 'Alpha', CURRENT_TIMESTAMP, 1000.5),
(2, 'Beta', CURRENT_TIMESTAMP, 20.0),
(3, 'Gamma', CURRENT_TIMESTAMP, 30.75),
(4, 'Delta', CURRENT_TIMESTAMP, 40.1),
Expand Down

0 comments on commit 6f2052a

Please sign in to comment.