Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ek400

  1. ek400

    Converting SQL Server to Teradata

    Sridharan, Thanks for the code! I ran it successfully. ek400
  2. ek400

    Converting SQL Server to Teradata

    I am working on a project to convert SQL Server syntax to Teradata and am using Queryman. Here is some basic code I am trying to convert: select cast(((select cast(count(*) as numeric) from Dimtable where StdCode is not null) /(select cast(count(*) as numeric) from Dimtable)) * 100 as...

Part and Inventory Search

Back
Top