Skip to content

Instantly share code, notes, and snippets.

@jeffschulthies
Last active August 30, 2016 19:51
Show Gist options
  • Save jeffschulthies/7388586f1a2ad757abf7f41733070e36 to your computer and use it in GitHub Desktop.
Save jeffschulthies/7388586f1a2ad757abf7f41733070e36 to your computer and use it in GitHub Desktop.
Inventory Temp Table
CREATE TEMPORARY TABLE `@[Inventory DB (MySQL)1]` AS
SELECT `t0`.`product_id` `productid`
FROM
`inventory`.`daily_unit_level` `t0`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment