Last active
November 7, 2018 06:27
-
-
Save srishtis/7530f057d9783df43da4cd94cd5eae7e to your computer and use it in GitHub Desktop.
Select test parts from the base table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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