Skip to content

Instantly share code, notes, and snippets.

@tucaz
Created January 5, 2012 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tucaz/1567011 to your computer and use it in GitHub Desktop.
Save tucaz/1567011 to your computer and use it in GitHub Desktop.
sSQL = @"SELECT
A.CTA_ID,
A.CTA_AG_NUM,
A.CTA_AG_NOM,
A.CTA_NUM,
A.CTA_NOM_GRT,
A.CTA_BCO_ID,
B.BCO_NOM,
A.CTA_DD_TEL,
A.CTA_TEL,
A.CTA_STS,
A.CTA_USR_INC_ID,
A.CTA_USR_ALT_ID,
A.CTA_TMS_ATL
FROM
CTA A INNER JOIN BCO B
ON A.CTA_BCO_ID = B.BCO_ID";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment