benedictine191
Registered User.
- Local time
- Today, 03:47
- Joined
- Dec 1, 2015
- Messages
- 12
Hi, anyone can help me?
i have a problem,
do anyone know a queries to split the condition...
in example
select (a from t1 where t1.category = 'sell out'), (b from t1 where category = 'sell in')
from t1?
here is the screenshot of each table,
first is [raw dealer] (contains md,channel,imei,sold to)
second is [export] (contains category,imei,sold_to)
if i join this two table :
based on [raw dealer].imei = [export].imei
it will result all the data,
what i want, is there a way to find the field each stage?
stage 1 : I want to check the "IMEI" in the category "production",
stage 2 : I check the "imei" in the category "sold out"..
sorry for troubling you by bad english
i have a problem,
do anyone know a queries to split the condition...
in example
select (a from t1 where t1.category = 'sell out'), (b from t1 where category = 'sell in')
from t1?
here is the screenshot of each table,
first is [raw dealer] (contains md,channel,imei,sold to)
second is [export] (contains category,imei,sold_to)
if i join this two table :
based on [raw dealer].imei = [export].imei
it will result all the data,
what i want, is there a way to find the field each stage?
stage 1 : I want to check the "IMEI" in the category "production",
stage 2 : I check the "imei" in the category "sold out"..
sorry for troubling you by bad english