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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.