Temporary table support in 3.6 EA
MikeyC
Posts: 249 Bronze 3
I'm sure I just don't know how it is supposed to work, or how to use it, but I don't see temporary table support working.
Here is an example:
SELECT DISTINCT
tdl_id,
post_date
INTO #test
FROM edic_cga_details;
SELECT * FROM #test tds;
If I put the cursor next to the * and hit TAB to expand the fields nothing happens. If I add a where clause it helps auto complete the alias (tds) but when I hit the "." it doesn't show any suggestions. (Not even a pop-up.)
Is it that 3.6 EA, just doesn't support temporary table creation with the "INTO #<table>" command?
Here is an example:
SELECT DISTINCT
tdl_id,
post_date
INTO #test
FROM edic_cga_details;
SELECT * FROM #test tds;
If I put the cursor next to the * and hit TAB to expand the fields nothing happens. If I add a where clause it helps auto complete the alias (tds) but when I hit the "." it doesn't show any suggestions. (Not even a pop-up.)
Is it that 3.6 EA, just doesn't support temporary table creation with the "INTO #<table>" command?
Comments
Bart
Principal Consultant
bartread.com Ltd
Consider this a feature request to add SELECT INTO support sometime in the future.
Thanks,
Bart
Principal Consultant
bartread.com Ltd
And could you share what ever you have that allows you to create time?
(It must have been easier than you originally thought if it took less than a half hour to add.)
Principal Consultant
bartread.com Ltd