Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/20100
Table Type: Company
Table Name: AMC Bank Banks
Database Table Name: CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how AMC Bank Banks can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b]
Show/hide an example select of all columns by name
SELECT
[timestamp]
,[Bank]
,[Index]
,[Bank Name]
,[Country_Region Code]
,[Last Update Date]
,[Bank Ownreference]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b] AS [AMC Bank Banks]
LEFT JOIN
[CRONUS UK Ltd_$Country_Region$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Country_Region]
ON
[AMC Bank Banks].[Country_Region Code] = [Country_Region].[Code]
Show/hide columns in AMC Bank Banks table
Column ID | Column Name | Data Type | ||||
---|---|---|---|---|---|---|
1 | timestamp ![]() | timestamp | ||||
2 | Bank ![]() ![]() | nvarchar(100) | ||||
3 | Index ![]() ![]() | int | ||||
4 | Bank Name ![]() | nvarchar(100) | ||||
5 | Country_Region Code ![]() | nvarchar(20) | ||||
Key to join to the Country_Region table.Show/hide example querySELECT
[AMC Bank Banks].[Country_Region Code]
,[Country_Region].[Code]
FROM
[CRONUS UK Ltd_$AMC Bank Banks$16319982-4995-4fb1-8fb2-2b1e13773e3b] AS [AMC Bank Banks]
LEFT JOIN
[CRONUS UK Ltd_$Country_Region$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Country_Region]
ON
[AMC Bank Banks].[Country_Region Code] = [Country_Region].[Code] | ||||||
6 | Last Update Date ![]() | datetime | ||||
7 | Bank Ownreference ![]() | int | ||||
8 | $systemId ![]() | uniqueidentifier | ||||
9 | $systemCreatedAt ![]() | datetime | ||||
10 | $systemCreatedBy ![]() | uniqueidentifier | ||||
11 | $systemModifiedAt ![]() | datetime | ||||
12 | $systemModifiedBy ![]() | uniqueidentifier |