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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nismit

    Teradata duplicate row count

    Hi I want to insert duplicate row count in counter coulmn of same table. I had coded this but i get alias issue (illegal usage of Alias)here. here is my query UPDATE tablea C FROM ( SELECT col1, Col2, COUNT(col1 || Col2) AS...

Part and Inventory Search

Back
Top