-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
- [X ] Feature
- Bug
Description
I can't achieve the identation shown below.
SELECT
AccountNumber,
AccountSource,
Active__c,
AnnualRevenue,
BillingAddress,
BillingCity,
BillingCountry,
BillingGeocodeAccuracy,
BillingLatitude,
BillingLongitude,
BillingPostalCode,
BillingState,
BillingStreet,
CleanStatus,
CreatedById,
CreatedDate,
CustomerPriority__c,
DandbCompanyId,
Description,
DunsNumber,
Fax,
Id,
Industry,
IsDeleted,
Jigsaw,
JigsawCompanyId,
LastActivityDate,
LastModifiedById,
LastModifiedDate,
LastReferencedDate,
LastViewedDate,
MasterRecordId,
NaicsCode,
NaicsDesc,
Name,
NumberOfEmployees,
NumberofLocations__c,
OwnerId,
Ownership,
ParentId,
Phone,
PhotoUrl,
Rating,
ShippingAddress,
ShippingCity,
ShippingCountry,
ShippingGeocodeAccuracy,
ShippingLatitude,
ShippingLongitude,
ShippingPostalCode,
ShippingState,
ShippingStreet,
Sic,
SicDesc,
Site,
SLA__c,
SLAExpirationDate__c,
SLASerialNumber__c,
SystemModstamp,
TickerSymbol,
Tradestyle,
Type,
UpsellOpportunity__c,
Website,
YearStarted,
(
SELECT
AccountNumber,
AccountSource,
Active__c,
AnnualRevenue,
BillingAddress,
BillingCity,
BillingCountry,
BillingGeocodeAccuracy,
BillingLatitude,
BillingLongitude,
BillingPostalCode,
BillingState,
BillingStreet,
CleanStatus,
CreatedById,
CreatedDate,
CustomerPriority__c,
DandbCompanyId,
Description,
DunsNumber,
Fax,
Id,
Industry,
IsDeleted,
Jigsaw,
JigsawCompanyId,
LastActivityDate,
LastModifiedById,
LastModifiedDate,
LastReferencedDate,
LastViewedDate,
MasterRecordId,
NaicsCode,
NaicsDesc,
Name,
NumberOfEmployees,
NumberofLocations__c,
OwnerId,
Ownership,
ParentId,
Phone,
PhotoUrl,
Rating,
ShippingAddress,
ShippingCity,
ShippingCountry,
ShippingGeocodeAccuracy,
ShippingLatitude,
ShippingLongitude,
ShippingPostalCode,
ShippingState,
ShippingStreet,
Sic,
SicDesc,
Site,
SLA__c,
SLAExpirationDate__c,
SLASerialNumber__c,
SystemModstamp,
TickerSymbol,
Tradestyle,
Type,
UpsellOpportunity__c,
Website,
YearStarted
FROM
ChildAccounts
WHERE
CreatedDate = 2017-04-05T10:41:42.000+0000
)
FROM
Account
WHERE
CreatedDate = 2017-04-05T10:41:42.000+0000
Metadata
Metadata
Assignees
Labels
No labels