Skip to content

Instantly share code, notes, and snippets.

@srishtis
Last active November 7, 2018 06:27
Show Gist options
  • Save srishtis/7530f057d9783df43da4cd94cd5eae7e to your computer and use it in GitHub Desktop.
Save srishtis/7530f057d9783df43da4cd94cd5eae7e to your computer and use it in GitHub Desktop.
Select test parts from the base table.
SELECT DEVICE_ID
, DEVICE_DESC
, CURR_RETAIL_PRC AS CURR_RETAIL_PRC_TEST
, DEVICE_RAM AS DEVICE_RAM_TEST
, AGE AS AGE_TEST
, DEVICE_STORAGE AS DEVICE_STORAGE_TEST
, SCREEN_INCH AS SCREEN_INCH_TEST
, DEVICE_OS AS DEVICE_OS_TEST
, USAGE AS USAGE_TEST
FROM TABLE_NAME
WHERE BRAND_FLAG = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment