Hi all,
i have a question. I want to extract from a table only a subset of values.
I have mobile-phone models on this table and i want to select someones of these.
I tried to write on schema workbench a key expression, but it not works. It returns me all the mobile models.
here is the sql expression:
test_devices.model in ('GT-I9305','GT-I9210','GT-P7320','LG-P936','C6603',
'GT-N7105',
'PadFone 2',
'LT25i',
'GT-N8020',
'LG-E975',
'GT-I8730',
'ASUS Transformer Pad TF300TL',
'HTC Holiday',
'HTC One XL',
'SmartQT10',
'C5303',
'XT925',
'GT-I9505',
'HTC One',
'LG-P875',
'HTC One SV',
'GT-N5120',
'iPhone5',
'iPad4',
'iPad Mini',
'HUAWEI P2-6011',
'SGP321',
'U9202L-1',
'GT-I9205',
'C6503',
'LG-F240S',
'PadFone Infinity',
'ME302KL',
'SM-N9005',
'Vodafone Smart 4G',
'GT-I9295',
'Nexus 7',
'GT-I9195',
)
Any ideas?
Yamas,
Marco