I\'d like to declare a temp table and then reference a single number I pass into it at creation.
GO DROP TABLE IF EXISTS #my_table SELECT Number INTO